Link to home
Start Free TrialLog in
Avatar of ASPDEV
ASPDEV

asked on

JQuery style $(document).ready doesn't fire sometimes

Hello Experts,

On my ASP.NET  application  I'm using JQuery style $(document).ready function It works fine(after first page load), it stops working after any postback happens on the page and also I'm use AJAX scriptmanger(not sure it causes any problem to fire Jquery $(document).ready function).

Please help.
ASKER CERTIFIED SOLUTION
Avatar of Rajar Ahmed
Rajar Ahmed
Flag of India image

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
Avatar of ASPDEV
ASPDEV

ASKER

Perfect!