Link to home
Start Free TrialLog in
Avatar of alexandremattar
alexandremattar

asked on

Jquery not work on PostBack Page

Hello,

I have a page where run a Jquery, but when she made a PostBack simply stops working, any idea?

See code below:
function closeCheckbox() {
    $("span").each(function() { if ($(this).attr("child")) { $(this).hide(); } });
}

Open in new window

Avatar of GiftsonDJohn
GiftsonDJohn
Flag of India image

Are you using UpdatePanel and doing asynchronous post back?
where is the jquery script code imlemented? please paste your aspx source code
ASKER CERTIFIED SOLUTION
Avatar of alexandremattar
alexandremattar

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial