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;
}}
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