aboutsummaryrefslogtreecommitdiffstats
path: root/src/sizzle
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Sizzle: Caching system respects DOM changes between uses of the same ↵timmywil2012-07-031-0/+0
| | | | selector
* Update Sizzle: exposed compile function for external use. maxCacheLength can ↵timmywil2012-07-031-0/+0
| | | | be adjusted.
* Update Sizzle: fixes a small bug in class matchingtimmywil2012-07-031-0/+0
|
* Update Sizzle: adds caching to combinatorstimmywil2012-07-031-0/+0
|
* Sizzle: space combinator updatetimmywil2012-07-021-0/+0
|
* Update sizzle: fixes fail in traversing with :has selectortimmywil2012-07-021-0/+0
|
* Sizzle: fix multiple nested pseudos. Fixes #7010.timmywil2012-07-021-0/+0
|
* Use value rather than nodeValue in attributes (it's the string version). ↵timmywil2012-07-021-0/+0
| | | | Update sizzle: default attribute handling.
* Sizzle: add cross-browser w3c whitespace rules; pseudo generation adjustmenttimmywil2012-07-021-0/+0
|
* Sizzle: minor adjustments and a small fix in the child selector regextimmywil2012-07-021-0/+0
|
* UPDATE SIZZLE: completed rewrite for better things!timmywil2012-07-021-0/+0
| | | | Remove reverse in traversing for comma selectors. Sizzle's handling of commas is now more consistent.
* Update Sizzle: Size optimizations from gibsontimmywil2012-06-281-0/+0
|
* Update Sizzle: typotimmywil2012-06-281-0/+0
|
* Update Sizzle: reduced size. Add Sizzle's utilities.js to unit teststimmywil2012-06-271-0/+0
|
* Update copyright years for jQuery and Sizzletimmywil2012-06-261-0/+0
|
* Allow document to be passed to Sizzle.contains. Fixes #11539.timmywil2012-06-261-0/+0
|
* Update Sizzle: Removes directory caching in dirCheck. Fixes #11966.timmywil2012-06-251-0/+0
|
* Add grunt with lint to Sizzletimmywil2012-06-241-0/+0
|
* Update Sizzle: fixes test fails in selector module in IE9/Operatimmywil2012-06-201-0/+0
|
* Update Sizzle: minor fix for matchesSelector usage in FF<12timmywil2012-06-201-0/+0
|
* Update Sizzle: performance testing and changes for optimization. Adds back ↵timmywil2012-06-201-0/+0
| | | | matchesSelector.
* Update Sizzle: fixes a bug dealing with backslashes in selectors. Fixes #10270.timmywil2012-06-191-0/+0
|
* Fixes test fails in traversing and eventtimmywil2012-06-191-0/+0
|
* Update Sizzle: adds selector divisions for element-rooted QSA in the Dupont ↵timmywil2012-06-191-0/+0
| | | | strategy. Fixes #11814.
* Update Sizzletimmywil2012-06-191-0/+0
|
* Move quickIs to Sizzle; Remove duplicate id matching in init; Added selector ↵timmywil2012-06-181-0/+0
| | | | caching to Sizzle. Fixes #11826.
* Update Sizzletimmywil2012-06-181-0/+0
|
* Update Sizzle: rewrite attributes handling to be simpler and more widespread ↵timmywil2012-06-171-0/+0
| | | | when independent from jQuery. No changes to jQuery's attribute handling.
* Update Sizzle: Removes an unnecessary link in the test suitetimmywil2012-06-151-0/+0
|
* Update Sizzle. Fixes #11109.timmywil2012-06-151-0/+0
|
* Add necessary test html from Sizzle tests; Add an easy way to turn off QSA ↵timmywil2012-06-151-0/+0
| | | | in tests
* Relativize all urls pertaining to dist/jquery.js so users can run their ↵timmywil2012-06-041-0/+0
| | | | server from any file location; Make sure Sizzle is available for its tests in testrunner.
* Update Sizzle: Fixes fail in ajax module and Safari 5.0timmywil2012-05-301-0/+0
|
* Update Sizzle: fixes fail in traversing teststimmywil2012-05-291-0/+0
|
* Update Sizzle: regex cleanuptimmywil2012-05-291-0/+0
|
* Update Sizzle: save 5 bytestimmywil2012-05-291-0/+0
|
* Update Sizzle: fixes a bug with the adjacent combinator. Fixes #9939.timmywil2012-05-291-0/+0
|
* Update Sizzle: only one assertion is needed for getElementsByClassNametimmywil2012-05-291-0/+0
|
* Update Sizzletimmywil2012-05-291-0/+0
|
* Add quick-start documentation for testing with QUnit and using jQuery's ↵timmywil2012-05-291-0/+0
| | | | helper methods.
* Fix #11767. Modularize build and unit tests for exluding effects.Richard Gibson2012-05-281-0/+0
| | | | Closes gh-785. To build a version of jQuery without effects, use `grunt build:*:*:-effects`. The unit tests feature-check for the interfaces and skip the unit tests for effects if they don't detect it.
* Update Sizzle: Case insensitive text filter. Fixes #8943timmywil2012-05-281-0/+0
|
* Update Sizzle: Add test for [selected] attribute selections. Addresses a ↵timmywil2012-05-281-0/+0
| | | | small issue in IE8's boolean attribute selections with QSA.
* Update Sizzle: Fixes a fail in traversing and one in ajax.timmywil2012-05-281-0/+0
|
* Move length tests to jQuery's selector tests as it relates to jQuery.merge.timmywil2012-05-281-0/+0
|
* Update Sizzle: independent XML testingtimmywil2012-05-281-0/+0
|
* Update Sizzle and add tests from the Sizzle suite that require jQuery for ↵timmywil2012-05-281-0/+0
| | | | the selection to jquery/test/unit/selector.js
* Remove $("body") case; $(document.body) is 2x faster.Dave Methvin2012-04-181-0/+0
|
* Update sizzle revYehuda Katz2012-04-151-0/+0
|
* Update Sizzle and add test for sizzle getText fix. Removes usage of ↵timmywil2012-03-301-0/+0
| | | | innerText. Fixes #11153.