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?



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

Answer / 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

More jQuery Interview Questions

Tell me how to use migrate jquery plugin if possible? : jquery mobile

0 Answers  


Differentiate between width() vs css(‘width’) in jquery

0 Answers  


What is the use of delay() method in JQuery?

0 Answers  


Explain slidetoggle() effect.

0 Answers  


Tell me is jquery a w3c standard? : jquery mobile

0 Answers  


How can we apply css in div using jquery?

0 Answers  


Explain .delegate()? : jquery mobile

0 Answers  


What are source maps in jQuery?

1 Answers  


How to revert the most recent ‘destructive’ operation, changing the set of matched elements to its previous state using ?

0 Answers  


What is $() in jquery?

0 Answers  


Explain the difference between event.preventdefault and "return false"? : jquery mobile

0 Answers  


Difference between prop() and attr()? : jQuery Mobile

0 Answers  


Categories