I am trying to make a block clickable by a class named atnd_modal and opening a modal popup on click
I am doing this-
$('body').on('click','.atnd_modal', function(){
//modal opening code here
});
Its working fine in chrome and other browser but its not working in IE. I also tried window instead of body but its not working.
and its working when i am trying with IE in useragent.
How can i make this working in IE ?
Thanks for '+res1+'ing '+name+'
You will get update >'; and at last $('#myModal_attend').modal('toggle');
– Sunil Kumar Sep 22 '15 at 07:34