[SOLVED] hide a row in JavaScript |
1/19/2012 05:55:29 | |
| PHPRunner General questions | ||
|
author
Hi |
||
|
C
|
cgphp 1/19/2012 |
$("input[id^='value_fieldname']").parents('tr:eq(0)').hide();
|
|
|
|
Sergey Kornilov admin 1/19/2012 |
|
I use a slightly different syntax which does the job as well: // hide |
|