jquery - Show/Hide specified number of table rows -
jquery - Show/Hide specified number of table rows - i working on html page multiple number of tables, each containing big number of rows. these table rows taking much space on webpage trying create show/hide link below each table display specified number of rows. found out scripts on stackoverflow couldn't them work reason. help appreciated ... this illustration of tables: <table border="0" cellspacing="0" cellpadding="0" width="98%" class="dir_cat"> <tr><th><a href="/posts/10-auto/">auto</a></th></tr> <tr class="auto"><td><a href="/cars/">cars</a></td></tr> <tr class="auto"><td><a href="/accessories/">car accessories</a></td></tr> <tr class="auto"><td><a href="/detailing/">car detailing</a></td></tr> ...