Thursday, February 18, 2016

SP.SOD in SharePoint?

SP.SOD is a nice feature of SharePoint.

function message()
{
alert("Hello World")
}
ExecuteOrDelayUntilScriptLoaded(message, "core.js");

No comments:

Post a Comment