how to get table object using cssclass selector?
Posted
by Hojo
on Stack Overflow
See other posts from Stack Overflow
or by Hojo
Published on 2010-04-13T07:52:03Z
Indexed on
2010/04/13
8:03 UTC
Read the original article
Hit count: 251
jQuery
I have an HTML page with lot of tables. Among that I have a table with the following format
<table><tr><td class="myclass">..</td></tr>
<tr><td class="myclass">..</td></tr></table>
How can I get the object of this table using the class selector in jquery?
© Stack Overflow or respective owner