Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Is it possible to hold or delay document.ready execution for sometime?

Answer Posted / chaitanya

Yes, its possible. With Release of jQuery 1.6, a new method "jQuery.holdReady(hold)" was introduced. This method allows to delay the execution of document.ready() event. document.ready() event is called as soon as your DOM is ready but sometimes there is a situation when you want to load additional JavaScript or some plugins which you have referenced.

Hide Copy Code



$.holdReady(true);

$.getScript("myplugin.js", function() {

$.holdReady(false);

});

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to use jquery to make ajax request? : jquery mobile

810


How we can hide a block of html code on a button click using jquery?

753


How to get the value of selected option in jquery?

763


Differentiate between jquery.size and jquery.length? : jQuery Mobile

786


What is eq()? : jquery mobile

832


What are the browser related issues for jQuery?

743


Whether we need to add jQuery file in both Master and Content page?

769


What is jquery selectors? Give some examples.

809


What is difference between sorting string array and sorting numerical array in jquery?

779


How to programmatically trigger a click event thats being handled by jquery only?

757


How to prevent Right Click option using jquery?

776


What is the advantage of using the minified version of jquery rather than using the conventional one?

784


How we can modify the css class in jquery?

740


What is cdn and how jquery is related to it?

755


What are the two types of CDNs?

908