Displaying 1 result from an estimated 1 matches for "getelementsbyclass".
2008 Aug 20
1
Facebook javascript (FBJS) library
...ind any bugs.
Javascript (stand alone)
http://pastie.org/256150
Rails Helpers:
http://pastie.org/256153
Examples of use:
Select Element
$(''noelement'');
Select 2 Elements
$(''test1'',''test2'');
Select elements by class
getElementsByClass(''test2c'')
Select elements by tag
getElementsByTagName(''strike'')
Use Javascript version of .map
[''a2'',''b2''].toSource() == map([''a'',''b''], function(val) { return val+2
}).toSou...