[ad_1]
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
[ad_2]
solved data received through JQuery, php, mysql is not working