I have dynamicaly created table with products:
detail qty price total
detail1 3 23 69
detail2 1 3 3
Qty is in text input field. every qty text field name is unique detail code. I need that every time i change qty field, it updates session array with that unigue detail code.
How can i do this over jquery without submitting form?
Sorry for my bad english, omerimuni