diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2014-12-03 13:57:58 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2014-12-03 13:59:41 -0500 |
commit | cfe2eae38df411c0f15cbbf927612bc515063bf5 (patch) | |
tree | 865585b2e3577626b572427a64d0a3f6a1e11fe9 /README.md | |
parent | 15f4dec7894f1e00adbfb9bce4f870441a527bd6 (diff) | |
download | jquery-cfe2eae38df411c0f15cbbf927612bc515063bf5.tar.gz jquery-cfe2eae38df411c0f15cbbf927612bc515063bf5.zip |
README: Add selector-native.js link. Thanks @randsonjs!
Closes gh-1715
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ Some example modules that can be excluded are: As a special case, you may also replace Sizzle by using a special flag `grunt custom:-sizzle`. -- **sizzle**: The Sizzle selector engine. When this module is excluded, it is replaced by a rudimentary selector engine based on the browser's `querySelectorAll` method that does not support jQuery selector extensions or enhanced semantics. See the selector-native.js file for details. +- **sizzle**: The Sizzle selector engine. When this module is excluded, it is replaced by a rudimentary selector engine based on the browser's `querySelectorAll` method that does not support jQuery selector extensions or enhanced semantics. See the [selector-native.js](https://github.com/jquery/jquery/blob/master/src/selector-native.js) file for details. *Note*: Excluding Sizzle will also exclude all jQuery selector extensions (such as `effects/animatedSelector` and `css/hiddenVisibleSelectors`). |