Rich Manalang wrote:
> Anyone know of a fast way to remove dups in an array?

The Perl way to do this is to convert the array entries into hash keys 
and then extract the keys back into an array. This is faster than 
searching the array and it should work with javascript.

-Steve

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to