Results 1 to 3 of 3

Thread: What is jQuery.holdReady() in jQuery?

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2019
    Posts
    44

    What is jQuery.holdReady() in jQuery?

    What is jQuery.holdReady() in jQuery?

  2. #2
    Smooth Moperator techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,532

    Re: What is jQuery.holdReady() in jQuery?

    Took me 5 seconds to copy/paste this into google and come up with this...
    https://api.jquery.com/jQuery.holdReady/


    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3
    Member
    Join Date
    Jul 2019
    Location
    Ahmedabad
    Posts
    57

    Re: What is jQuery.holdReady() in jQuery?

    jquery.holdReady(hold)
    Description:Holds or releases the execution of ready event
    when argument pass in holdReady by default value is hold when its datatype is boolean and its value true or false
    Code:
    $.holdReady( true );
    $.getScript( "myplugin.js", function() {
      $.holdReady( false );
    });

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width