Community Member Profile
- Profile: /members/1528-someone-else.htm
- Comments: 2
- Points: 23
Recent Blog Comments By someone else
-
Javascript Array Methods: Unshift(), Shift(), Push(), And Pop()
Posted on Jan 19, 2010 at 3:23 AM
@Danilo, to add multiple items using splice, with no type checking etc. It even uses unshif ftw. function multiSplice ( arrayToAddTo, index, howmany, arrayOfItemsToAdd) { return arrayToAddTo.splice.apply(arrayToAddTo, arrayOfItemsToAdd.unshift(index, howmany) ); }... read more »
-
Kinky Solutions Now Carries Saucy Content (Saucy)
Posted on Mar 16, 2007 at 12:22 PM
haha, sorry Ben, NOW YOU KNOW. Replace Saucy with NSFW, Not Safe For Work ... a little background ... http://en.wikipedia.org/wiki/NSFW... read more »



