This is a migrated thread and some comments may be shown as answers.

jquery must not work

0 Answers 45 Views
ListView
This is a migrated thread and some comments may be shown as answers.
rastin
Top achievements
Rank 1
rastin asked on 03 Jun 2011, 09:07 AM
hi all
i have this jquery in my masterpage
$(document).ready(function () {
            $("#LoginDiv").toggle();
            $("#Button3").click(function () {
                $("#Button4").toggle();
            });
            $("#aLink").click(function () {
                $("#LoginDiv").toggle();
             });
 
        });
 but when i click on select check box of radlistview then my logindiv will appear.
this occur when i dont login to site.
how can i correct this?
thankful.

No answers yet. Maybe you can help?

Tags
ListView
Asked by
rastin
Top achievements
Rank 1
Share this question
or