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.  In any event, there
is a Panel with display set to none.  The JQuery has a click event
that binds to a help button that shows some context sensitive help.

Unfortunately, the click event only fires once.  The first time you
click the button it works beautifully.  The second time, however,
nothing happens.  Anyone know what I'm doing wrong?

Thanks,

Ron

Reply via email to