Reinitializing jquery event on ajax response
I had a jquery change event attached to a checkbox that was part of a div. <div id="test-div"> <input type="checkbox" checked="checked" value="1" class="test-chkbox" /> </div> Using the following JQuery code a change event was attached to the above ...
Jan 31, 20121 min read403
