Skip to content

Commit 74b3e0b

Browse files
committed
Docs: Add more details on consequences of excluding selector to README
1 parent 4372a4a commit 74b3e0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ As a special case, you may also replace the full jQuery `selector` module by usi
105105

106106
- **selector-full**: The full jQuery 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/main/src/selector-native.js) file for details.
107107

108+
*Note*: Excluding the full `selector` module will also exclude all jQuery selector extensions (such as `effects/animatedSelector` and `css/hiddenVisibleSelectors`).
109+
108110
The build process shows a message for each dependent module it excludes or includes.
109111

110112
##### AMD name

0 commit comments

Comments
 (0)