vote up 0 vote down star
1

I'm trying to add an element to an array only if it doesn't already exist in the array. I used to do this with the Array.include method of mootools, but now I'm using jquery.

Is there a method to do this in jquery?

http://mootools.net/docs/Native/Array#Array:include

flag

80% accept rate

2 Answers

vote up 1 vote down check

Nevermind, I found it...

jQuery.unique();

http://docs.jquery.com/Utilities/jQuery.unique#array

link|flag
Ah yeah, me too removing my stupid answer... – leeand00 Feb 20 at 20:11
vote up 0 vote down

Removing my stupid answer...

As a general rule, I recommend using jQuery Documentation and jQuery API browser

link|flag
That's not really what I had in mind. – leeand00 Feb 20 at 19:48
Oops, sorry about this one, answered too fast – Vincent Robert Feb 20 at 19:49

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.