skip to Main Content

Ajax not calling alert – Jquery ajax

im successfuly inserted data to my db with ajax.. but somehow it does not pop up my success alert message. here is a sample of my jquery code. $('button[name="submitmsgd"]').click(function(e){ var categorysupAr = []; var unitsgdAr=[]; var idsgdAr=[]; var idsgdlength= $("input[name='idsgd[]']").val().length;…

VIEW QUESTION
Back To Top
Search