Maybe You should’nt bind the event properly for the dynamic elements in the DOM.
Try Like this
$('body').on('change','.radiobuttonClassorID',function(){
//actions
});
0
solved data received through JQuery, php, mysql is not working
Maybe You should’nt bind the event properly for the dynamic elements in the DOM.
Try Like this
$('body').on('change','.radiobuttonClassorID',function(){
//actions
});
0
solved data received through JQuery, php, mysql is not working