jquery - Dynamically created checkboxes elements are not call function assigned -
I have a set of checkboxes in the field cover (div). When you check one of them, the linked area cover will be shown, and then link the wrapper in the link area. I want to remove a checkbox in the linked area cover, when I uncheck them, even then the checkbox must be unchecked in the area cover.
I have (on) I have a demo thanks. :) Use ; tried the method but it does not even call it on the method it is not working.
document.on .
$ (document) .on ("change", '# linked_areas_wrapper input [type = "checkbox"]', function () {
Comments
Post a Comment