[jQuery] Click event fires only once with SImpleModal

2008-12-10 Thread Ron
Hi, So I have the following code:

[jQuery] Click event fires only once with SimpleModal

2008-12-10 Thread Ron
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