jQuery Ajax checkbox state

后端 未结 5 515
耶瑟儿~
耶瑟儿~ 2021-02-04 11:33

I have checkboxes on my page for which I would like to send their state back to the database via ajax. I know how to use jquery with ajax, but I don\'t know how to get the chec

5条回答
  •  生来不讨喜
    2021-02-04 12:18

    Adding back in the change event to the merged solution. Want this to fire every time checkbox is changed.

    
    

提交回复
热议问题