Welcome To Snipplr


Everyone's Recent Snippets Tagged array



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 1673 posted 17 years ago by kouphax
0 1480 posted 17 years ago by ianmonge
Repeatable Fisher Yates Array Shuffle based on given random string. If no seed is provided the current second will be used (not to use as a pure random shuffle... based on microseconds)
0 1672 posted 17 years ago by digdan
0 1308 posted 17 years ago by iTony
2 1418 posted 17 years ago by benphelps
1 1507 posted 17 years ago by cristiana
1 1199 posted 17 years ago by jamesming
1 1269 posted 17 years ago by wesbaker
1 1029 posted 17 years ago by zb3k
3 2104 posted 17 years ago by Anthony
4 2168 posted 17 years ago by Anthony
I have fixed and improved some code I found on the Internet
1 1446 posted 17 years ago by ozke
1 1137 posted 17 years ago by Meestercor
I have fixed and improved some code I found on the Internet
1 1574 posted 17 years ago by ozke
0 1124 posted 17 years ago by mattkenefick
This was taken out of a presentation by eZ systems on PHP Best Practices
0 1425 posted 17 years ago by luizlopes
1 1541 posted 17 years ago by lakedenman
1 1490 posted 17 years ago by rwitten
1 1274 posted 17 years ago by sherakama
ASP does not have a built in function to reverse or sort array like other languages. Find out how to do it.
1 1864 posted 17 years ago by neal_grosskopf
Useful for speeding up searches.
1 2587 posted 17 years ago by jarnaldich
This function can validate and parse UK postcode like SW1A 1AA in to formated array.
2 1979 posted 17 years ago by naz
/* ---===[ EXAMPLE ]===--- */ var TT = new AssociativeArray(); TT.add("k-1", "Value 1"); TT.add("k-2", "Value 2"); TT.add("k-3", "Value 3"); TT.add("k-4", "Value 4"); alert(TT.to_string());
1 1041 posted 17 years ago by vbert
/* --==[ EXAMPLE ]==-- var colors = new AArray(); colors.add("k01", {bk:"#fff",tk:"b",it:"hello"}); var oC = colors.get("k01"); var tT = ''; for(K in oC) tT += "[" + K + "]: " + oC[K] + "\n"; tT += "\n\n"; tT += oC.bk + "\n"; tT += oC...
1 1554 posted 17 years ago by vbert
Returns the cartesian product of the receiver and the arrays given as arguments.
1 1507 posted 17 years ago by ishikawa
Fallback Function for versions earlier then php5
0 1238 posted 17 years ago by razel