aboutsummaryrefslogtreecommitdiffstats
path: root/src/sizzle
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Sizzle to fix #12082, #12087.Dave Methvin2012-07-171-0/+0
|
* Update Sizzle to fix oldIE erroneous getAttribute invokification.Dave Methvin2012-07-121-0/+0
|
* Update Sizzle; Closes #12054, #12057.Dave Methvin2012-07-111-0/+0
|
* Sizzle: necessary changes for Advanced Closure compiler supportTimmy Willison2012-07-101-0/+0
|
* Sizzle: fix failing test in IE: malformed HTMLTimmy Willison2012-07-091-0/+0
|
* Update Sizzle: fixes an issue with an escape character in the id of a contextTimmy Willison2012-07-091-0/+0
|
* Update Sizzle: compress/edge case pull from gibson and a fix :not/:has with ↵Timmy Willison2012-07-091-0/+0
| | | | spaces
* Update Sizzle: fixes author of a previous commitTimmy Willison2012-07-091-0/+0
|
* Update Sizzle: added EXPOSE commentTimmy Willison2012-07-091-0/+0
|
* Sizzle added standalone AMD supportTimmy Willison2012-07-091-0/+0
|
* Sizzle: adds a test for a previously problematic selectorTimmy Willison2012-07-071-0/+0
|
* Update Sizzle: adds createPseudo method on Sizzle.selectors for easily ↵Timmy Willison2012-07-071-0/+0
| | | | creating pseudos with the new compiler
* Update Sizzle: fixes UI testsTimmy Willison2012-07-061-0/+0
|
* Sizzle: minor changeTimmy Willison2012-07-061-0/+0
|
* Update Sizzle: improved dir cachingTimmy Willison2012-07-061-0/+0
|
* Sizzle: removes qunit and adds .gitignoretimmywil2012-07-051-0/+0
|
* Update Sizzle: adjusted POS handling; attribute names should be ↵timmywil2012-07-051-0/+0
| | | | case-insensitive; dir cache performance tweak
* Update Sizzle: pseudo-classes should be case-insensitivetimmywil2012-07-051-0/+0
|
* Sizzle docs and README updatestimmywil2012-07-041-0/+0
|
* Update Sizzle: better compressionRichard Gibson2012-07-041-0/+0
|
* Update Sizzle: small regex fixtimmywil2012-07-031-0/+0
|
* Update Sizzle: removes makeArray and uses native push/slice where availabletimmywil2012-07-031-0/+0
|
* Sizzle: maxCacheLength -> cacheLengthtimmywil2012-07-031-0/+0
|
* Sizzle: detects a buggy getElementsByName. Fixes #10799.timmywil2012-07-031-0/+0
|
* 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.