Displaying 1 result from an estimated 1 matches for "spacepos".
Did you mean:
space_pos
2005 Nov 24
1
Extended $ function called $$
...nts.push(tempElement);
}
}
}
// if the selector only has one part, then return the elements now
if (partArray.length <= 1) {
return elements;
}
// if the selector has more than one part, we need to go down another
level
// to find more stuff.
var subelements = [];
var spacePos = selector.indexOf('' '');
var subselector = selector.substring(spacePos+1,selector.length);
for(var i=0; i<elements.length; i++){
subelements.append($$.getSubelementsBySelector(elements[i],subselector))
}
return subelements;
}
Element.setStyle = function(elements,s...