After an ajax request I have to register new lines of the Dom to be able to click on them I have tried to delegate event but it doesn’t work here is my ajax request which works fine $(document).ready( function() { $('#bouton_report').click (function(){ // protocol_selected = ($('input[name="case_protocol"]:selected', '#newcase_form').val()); var case_selected = $('#id_case_number').val(); console.log(case_selected); dict ={ […]
The post java script ajax and events appeared first on BlogoSfera.