[Plugin: WP-Table Reloaded] Selected Rows to FORM submission
-
Hi
WP-Table Reloaded working very much fine.
Anybody help me out for the using table with CHECKBOX
<input type=”checkbox” name=”mag” value=”1″> in each row last col. with the value say 1,2,3 …Out of the 10 rows I am selecting 2 rows using checkbox (tick mark)
End of the table I have one BUTTON.
after clicking the BUTTON I want to make a new Table or Form with those selected (2 rows) for further submission.
Please help me out with javascript.
I got the following javascript but I do’nt know how use.
$(‘input:checked’).each(function() {
// To pass this value to its nearby hidden input
$(this).parent(‘td’).next(‘input’).val($(this).val()); });Gufran
https://www.ads-software.com/extend/plugins/wp-table-reloaded/
- The topic ‘[Plugin: WP-Table Reloaded] Selected Rows to FORM submission’ is closed to new replies.