how to get table object using cssclass selector?
- by Hojo
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?