jquery - Send select row data to classic asp, javascript -
here have far:
$("#job_list tr").click(function(){ $(this).toggleclass('selected'); });
http://jsfiddle.net/0kk0yupb/2/
how post selected row data (id) test.asp page?
you can use disabled
attribute eliminate inputs not have parent .selected
class before form submission.
based on fiddle, have @ : http://jsfiddle.net/60utpttd/
Comments
Post a Comment