About 592,000 results
Open links in new tab
  1. jQuery.get () | jQuery API Documentation

    As of jQuery 1.5, all of jQuery's Ajax methods return a superset of the XMLHTTPRequest object. This jQuery XHR object, or "jqXHR," returned by $.get() implements the Promise interface, giving it all the …

  2. GET definition and meaning | Collins English Dictionary

    You can use get to talk about the progress that you are making. For example, if you say that you are getting somewhere, you mean that you are making progress, and if you say that something won't get …

  3. jQuery get () Method - W3Schools

    Definition and Usage The $.get () method loads data from the server using a HTTP GET request.

  4. GET | definition in the Cambridge English Dictionary

    We can use get + -ed form to describe things that happen to us, often things which are unfortunate and which we don’t want to happen. We call this pattern the get passive: …

  5. GET - Portal

    GET - Portal. Welcome. Manage your money, order food & more! Select your institution.

  6. get - JavaScript | MDN

    Oct 31, 2025 · The get syntax binds an object property to a function that will be called when that property is looked up. It can also be used in classes.

  7. PHP $_GET Superglobal - W3Schools

    The $_GET superglobal contains an array of variables received via the HTTP GET method. PHP superglobals are built-in variables that are always accessible in all scopes!