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

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

how does one get csharp-sqlite to throw exceptions for duplicates or foreign key constraint violations -

Simple Angular 2 project fails 'Unexpected reserved word' -