Click to get Flash Player
Get Adobe Flash player

or try to enable JavaScript and reload the page

Thursday 11 April 2013

If Jquery Code do not work after Postback. (Solution)

Then Add Same Jquery Ready Code in This block...

The code which exist in it will be available after postback .
But in Case of Jquery document ready, after postback it got lost.


function pageLoad(sender, args) {
        if (args.get_isPartialLoad()) {


Your Code;

}}

No comments:

Post a Comment

thnx