I have a table with header ID. I need to select all the fields under this header. I don t have access to the source code and no classes are used in this table. Any idea on how to get this done?
The HTML: <a href="javascript:void(0)" id="m1">Get Selected id s</a> The Function: jQuery("#m1").click( function() { var s; s = jQuery("#list4").getGridParam( selarrrow )...