Developer's Home
Tuesday, 6 September 2011
To remove the particular value from an array in Javascript
array.splice(array.indexOf(value), 1);
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)