aboutsummaryrefslogtreecommitdiffstats
path: root/src/selector-native.js
Commit message (Expand)AuthorAgeFilesLines
* Selector: Make `selector.js` module depend on `attributes/attr.js`Michał Gołębiowski-Owczarek2024-01-121-2/+0
* Core: Use named exports in `src/`Michał Gołębiowski-Owczarek2023-09-121-14/+16
* Selector: Re-expose jQuery.find.{tokenize,select,compile,setDocument}Michał Gołębiowski-Owczarek2023-06-121-5/+6
* Selector: Backport jQuery selection context logic to selector-nativeMichał Gołębiowski-Owczarek2023-02-131-18/+77
* Core:Selector: Move jQuery.contains from the selector to the core moduleMichał Gołębiowski-Owczarek2022-12-121-1/+0
* Selector: Re-introduce selector-native.jsMichał Gołębiowski-Owczarek2022-11-211-0/+88
* Selector: Inline Sizzle into the selector moduleMichał Gołębiowski-Owczarek2019-07-291-240/+0
* Selector: Port Sizzle tests to jQueryMichał Gołębiowski-Owczarek2019-06-261-5/+9
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-5/+4
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
* Selector: add jQuery.escapeSelectorTimmy Willison2016-01-281-3/+27
* Selector: pass jQuery unit tests with selector-nativeTimmy Willison2015-11-111-49/+76
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-15/+21
* Selector: Define jQuery.uniqueSort in selector-native tooMarek Lewandowski2015-07-141-22/+24
* Effects: Add tests for jQuery.TweenCorey Frang2015-06-261-1/+2
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-261-8/+9
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-8/+10
* Selector: Use Element.matches in selector-native if availablePhilip Jägenstedt2014-03-201-1/+2
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-1/+8
* Check nodeType of elements passed to selector-native's find. Fixes #13577.Timmy Willison2013-05-061-1/+11
* No ticket: boolean -> bool in selector-nativeTimmy Willison2013-05-061-1/+1
* Ref 4ef51690: Update selector-native for new Sizzle dependenciesRichard Gibson2013-04-051-0/+5
* Remove unprefixed `matchesSelector`. Stick most common first. Update SizzleTimmy Willison2013-03-231-2/+1
* Add warnings and ignore the built Sizzle file.Dave Methvin2013-02-271-0/+25
* Fix #13434: native-API selector moduleRichard Gibson2013-02-271-0/+125