I have writed à checking/unchecking input code that works well in the fisrt loading of the page, but since I add an input via ajax then reload the inputs with the new input, the checking/unchecking event no longer works, I wonder what’s the problem.
thanks before
That’s the xhtml markup:
That’s the check/uncheck jQuery code
After adding the new input via a jQuery UI dialog, I retrieve the same xhtml above with a new input, after that I update the
#regionLocalListdiv with html returned with ajax:The new input appeared but the event doesn’t work