Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated cache:true instructions for $.getScript #1054

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jul 5, 2017

  1. Add missing signature

    The signature of passing a settings object instead of URL string was added on jQuery 1.12 but not documented.
    Added the signature and updated the cache related workarounds and examples to reflect the new signature.
    The example with loading jquery-color was edited to support caching because browser caching is highly recommended when loading a plugin code.
    oriadam authored Jul 5, 2017
    Configuration menu
    Copy the full SHA
    8ac6b75 View commit details
    Browse the repository at this point in the history
  2. Add missing signature

    The signature of passing a settings object instead of URL string was added on jQuery 1.12.
    Added the signature and updated the workarounds and examples to reflect the new signature.
    The example of loading jquery-color was edited to support caching because browser caching is highly recommended when loading a plugin code.
    oriadam authored Jul 5, 2017
    Configuration menu
    Copy the full SHA
    7165cd0 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2018

  1. JavaScript Style Guide

    oriadam authored Feb 10, 2018
    Configuration menu
    Copy the full SHA
    2fd585d View commit details
    Browse the repository at this point in the history