|
I have to remove an item from an array. Is there a method in jQuery to handle same a function remove? I managed to do so only by extending the Array prototype, but in jQuery?
|
|
John Resig has a great solution:
This answer is marked "community wiki".
|
|
I solved in this way:
|


