using JQuery.Deferred example

this is equals to OnAfterReady or OnReadyComplete, can also be used as OnClickComplete

var jqReady = $.Deferred();
$(document).bind("ready", jqReady.resolve);

$.when(jqReady).then(function () {

});

Comments

Popular posts from this blog

OverTheWire[.com] Natas Walkthrough - JUST HINT, NO SPOILERS

SOLVED The item could not be indexed successfully because the item failed in the indexing subsystem

Asp.Net Ending Response options, Response.End() vs CompleteRequest()