Displaying 1 result from an estimated 1 matches for "noelement".
Did you mean:
toelement
2008 Aug 20
1
Facebook javascript (FBJS) library
...en using every method at least once in
my application but it''s still possible there is a bug or two I missed. Let
me know if you find 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
[&...