L
Liam
Hi all. New to the group and new to using Safari (for work).
I noticed while coding a module at work that the sort() works quite
differently in Safari than it does in FireFox and IE.
My issue is that an array ["red","r","rad"] should look like
["r","rad","red"] after running it through the sort() function. In FF
and IE it does, but in Safari (and I assume in Konqueror, as well) it
looks like ["rad","red","r"] after the sort().
Any suggestions are greatly appreciated.
Thanks,
Liam
I noticed while coding a module at work that the sort() works quite
differently in Safari than it does in FireFox and IE.
My issue is that an array ["red","r","rad"] should look like
["r","rad","red"] after running it through the sort() function. In FF
and IE it does, but in Safari (and I assume in Konqueror, as well) it
looks like ["rad","red","r"] after the sort().
Any suggestions are greatly appreciated.
Thanks,
Liam