December 2011
1 post
7 tags
Javascript: getElementsByClassName cross-browser...
Recently, I needed a cross-browser implementation of the getElementsByClassName Javascript DOM method. I couldn’t use a JS library like jQuery because code size had to be as small as possible.
Fortunately, Robert Nyman developed back in 2008 a very good function to handle this issue.
I have refactored the function definition logic, optimized code as much as possible, fixed some bugs...