hai all,i m going to share my code
$(document).ready(function () {
alert("hai");
$(document).on("click", "#btnedit", function () {
alert("button clicked");
----
---ajax calls
--
--
});
});
and i m using bootstrap for pop up and bind recods from db..well that is another problem but now
when i try to write like this mymodal wont works and ajax calls works fine
and when i m using anchor tag
bootstrap is working but my ajax cals wont firing
im confusing totally can any one hel me out ..
Thanks and Regards
Midhun TpPosted Oct 6, 2016, 2:44 AM
aditya immadiPosted Oct 6, 2016, 2:49 AM