[jQuery] Click event fires only once with SImpleModal
Hi, So I have the following code:
[jQuery] Click event fires only once with SimpleModal
Hi, I have the following code: $(document).ready(function() { $('#ctl00_ContentPlaceHolder1_btnRadioHelp').click(function () { $('#ctl00_ContentPlaceHolder1_Panel3').modal(); }); }); As you can tell, the server side code is ASP.NET. I