kouphax


Member since 10/01/2008

Location: Belfast, United Kingdom

2 snippets

2374 profile views

5 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

kouphax's Recent SnippetsTagged array



« Prev 1 Next »
remove(array) --> array Array.remove(a) simply removes all the items in the passed in array from the current scope array. Good for bulk operations.
0 612 posted 15 years ago by kouphax
This function will sort an array of DOM elements in order of the DOM position. Useful when using calls such as $$("img.L,img.M") which doesn;t return a sorted element array. It uses prototype but you can replace the Prototype.Browser stuff with a...
0 859 posted 15 years ago by kouphax
« Prev 1 Next »