jquery - Is it possible to pass data from li elements to the database using forms? -


i have jsfiddle http://jsfiddle.net/w3vvl/157/

as can see have selected dvd's , unselected dvd's.

i pass unselected dvd's database how should it?

how request.getparamter("id");  

where id=id of li...

for li elements within form?

not directly. instead of fading element, should move between parents have single li element on whole page. add hidden input field inside of , set name , value accordingly (name should allow locate dvd in database , value should tell in set is).

these invisible form fields transmitted server when submit form.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -