search for: test2c

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

Did you mean: test2
2008 Aug 20
1
Facebook javascript (FBJS) library
...tand 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 }).toSource() Recurs...