aboutsummaryrefslogtreecommitdiffstats
path: root/src/selector
Commit message (Expand)AuthorAgeFilesLines
* Selector: Use jQuery `:has` if `CSS.supports(selector(...))` non-compliantMichał Gołębiowski-Owczarek2022-09-192-11/+54
* Core: Don't rely on splice being present on inputBruno PIERRE2022-01-241-1/+2
* CSS: Trim whitespace surrounding CSS Custom Properties valuesfecore12021-09-232-3/+1
* Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge)Michał Gołębiowski-Owczarek2020-09-223-38/+17
* Selector: Remove the "a:enabled" workaround for Chrome <=77Michał Gołębiowski-Owczarek2019-12-161-9/+0
* Selector: Make empty attribute selectors work in IE againMichał Gołębiowski-Owczarek2019-11-182-1/+17
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-185-41/+11
* Selector: Use shallow document comparisons in uniqueSortMichał Gołębiowski-Owczarek2019-10-211-3/+16
* Core: Remove private copies of push, sort & splice from the jQuery prototypeMichał Gołębiowski-Owczarek2019-09-241-3/+4
* Selector: reduce size, simplify setDocumentMichał Gołębiowski-Owczarek2019-08-261-0/+30
* Selector: Leverage the :scope pseudo-class where possibleMichał Gołębiowski-Owczarek2019-08-191-0/+17
* Selector: Inline Sizzle into the selector moduleMichał Gołębiowski-Owczarek2019-07-293-0/+133
* Reorganzing the jQuery source (first phase).John Resig2007-09-082-634/+0
* Added a new :animated selector - only selects elements that are currently bei...John Resig2007-09-081-1/+4
* Integration of Mike Alsup's excellent form serialization code. The benefits a...John Resig2007-09-051-22/+22
* Removed all deprecated functionality for jQuery 1.2. A full list of what was ...John Resig2007-09-042-92/+43
* Removed all inline documentation. The current version of all documentation is...John Resig2007-09-041-36/+0
* Added support for a new :header psuedo-selector (only selects H1-H6 elements).John Resig2007-08-312-2/+7
* Fixed the issue where $("body").find("div#foo") would ignore the specified ta...John Resig2007-08-272-2/+4
* Marked all the appropriate methods as being deprecated for the 1.1.4 release ...John Resig2007-08-241-0/+7
* Fixed use of eval() and new Function() to work within the correct scope (and ...John Resig2007-08-221-1/+1
* Added the new :has() selector (Bug #1521)John Resig2007-08-212-2/+6
* Fix for a selector speed regression (calling a simple selector many times res...John Resig2007-08-211-5/+12
* Added a fix for IE returning comment nodes in * queries. I put the logic in $...John Resig2007-08-191-1/+6
* The test for underscore selectors broke under Opera, so the element is now lo...John Resig2007-07-301-3/+12
* Added a fix for Safari's broken CSS getComputedStyle accessing. Additionally,...John Resig2007-07-291-1/+1
* Integrated the custom fx test suite into the main test suite. All tests are n...John Resig2007-07-291-11/+11
* $("#foo", xml) would always return an empty set, fixed (bug #877). Additional...John Resig2007-07-251-1/+1
* Added a fix for relative // - $("//div",this) (bug #1418)John Resig2007-07-252-2/+3
* Added a fix for h1 + h2 not working. (Bug #1361)John Resig2007-07-201-1/+1
* Final fix for Safari crasher (bug #1331).John Resig2007-07-061-1/+1
* Fix for Safari 1.3 crash (bug #1331).John Resig2007-07-051-1/+1
* fix little typo in commentEd Engelhardt2007-07-051-1/+1
* Added fix for broken child selectors in XML documents, bug #1346.John Resig2007-07-051-2/+2
* Added a fix for bug #1331, which caused Safari 1.3 to crash.John Resig2007-07-041-1/+1
* Fixed bug that prevented $= from working on elements that didn't have the spe...John Resig2007-07-041-1/+1
* Who am I kidding |= is useless.John Resig2007-06-291-2/+2
* Added minor support for |= and ~= selectors.John Resig2007-06-291-2/+2
* Added fix for :nth-child(n).John Resig2007-06-291-1/+1
* Added fix for broken :only-child.John Resig2007-06-291-1/+1
* Added extra last-child test.John Resig2007-06-291-1/+2
* Added massive speed improvements to selectors. Also added support for :nth-ch...John Resig2007-06-291-60/+98
* Fix for #1169Brandon Aaron2007-05-132-8/+10
* Rev [1827] broke the two XPath sibling selectors.John Resig2007-05-011-2/+2
* We're not adding new selector features in until a new full release. Please di...John Resig2007-05-012-8/+2
* TDD. Broken test case, need to fix xpath parser...Corey Jewett2007-04-301-1/+2
* Query now throws no warnings under strict mode in Firefox (ticket #922). In f...John Resig2007-04-291-15/+16
* Forgot to remove the test cases for XPath [n]. (Ticket #995)John Resig2007-04-281-5/+1
* Removed support for the XPath [n] - we weren't doing it right, and it would a...John Resig2007-04-281-1/+1
* Added support for finding elements that have underscores in their name (along...John Resig2007-04-282-5/+7