I want Element by using class name
Now I am using GWT 2.0
Please help me
Thanks
https://developer.mozilla.org/en/DOM/document.getElementsByClassName
e: not supported natively in IE < 9, so you'd have to extend document / make a global function with something like this: http://robertnyman.com/2008/05/27/the-ultimate-getelementsbyclassname-anno-2008/ or use something like sizzle or jquery - thanks to comments below.
1.4m articles
1.4m replys
5 comments
57.0k users