search for: partarray

Displaying 1 result from an estimated 1 matches for "partarray".

Did you mean: smartarray
2005 Nov 24
1
Extended $ function called $$
...lectorArray = []; for(var i=0; i<arguments.length; i++){ selectorArray.append(arguments[i].split('','')); } // iterate through selectorArray and return elements var elements=[]; for(var i=0; i<selectorArray.length; i++){ var selector = selectorArray[i]; var partArray = selector.split('' ''); var part = partArray[0]; // parse the first part of the selector. // note: if there is only one part, go no further. // if there is a second part, call $$ again on each subpart. var firstChar = part.substring(0,1); // "#id" find...