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) ; tried the method but it does not even call it on the method it is not working.

I have a demo thanks. :)

Use document.on .

  $ (document) .on ("change", '# linked_areas_wrapper input [type = "checkbox"]', function () {  



Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -