How To Parse Multi Field in Checkbox?
Hi All!
I'm beginner with JQuery, And i have a problem with this. I made a program which is using checkbox, and with that checkbox i have to update database. (the checkboxs are showing in every row that showed in my page), and the using of it is for checking some item that i had received. The problem is just because i put it every row, so i need to parse primary key field and foreign key field value together with the checkbox. But i'm not really sure how to put many value in one input checkbox.
Thank you for your help.