Whenever I try to use the $.unique() function it just returns the array
without removing the duplicates.

$.unique([0,1,1,2,2,3]);  returns [0,1,1,2,2,3] instead of [0,1,2,3] as
described at: http://docs.jquery.com/Utilities/jQuery.unique#array

Is this a bug or am I missing something?

I'm currently using jQuery 1.2
-- 
View this message in context: 
http://www.nabble.com/Problem-with-jQuery.unique%28-array-%29-tf4529331s15494.html#a12924415
Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to