0

Can i able to call the ExecuteOrDelayUntilScriptLoaded(MainFunction, "sp.js"); in the button click event of javascript or jquery

Is it Possible?

Thanks

1 Answer 1

1
$(function(){
 $("#buttonId").click(function(){
  ExecuteOrDelayUntilScriptLoaded(MainFunction, "sp.js");
 });
});

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.