aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add unit tests for quickIs cases and fix the regexp as a result.Dave Methvin2011-09-191-4/+4
* | | Pre-compute delegated event path and handlers to comply with http://www.w3.or...Dave Methvin2011-09-191-17/+21
* | | jQuery 1.7 event work:Dave Methvin2011-09-191-443/+325
* | | Allow second argument to be passed to array.indexOf. Fixes #9453.timmywil2011-09-191-10/+13
* | | Removing topic.js as it will be a plugintimmywil2011-09-191-45/+0
* | | $.Callbacks, $.Topic and notify/progress on $.Deferred.jaubourg2011-09-196-156/+398
* | | Animation state is tracked on toggled/stopped animations using the private da...timmywil2011-09-192-71/+102
* | | Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #92...timmywil2011-09-193-4/+11
|/ /
* | Fix #10208. Check for `button` as well as `input` when performing the #7071 V...Dave Methvin2011-09-071-2/+3
* | Bug in rmultidash. Fixes #10194rwldrn2011-09-071-2/+3
* | Reverts broken support string. Fixes #10197rwldrn2011-09-071-1/+1
* | Landing pull request 478. Apply fixes as noted by Diego Perini, David Murdoch...Rick Waldron2011-09-011-4/+5
* | Landing pull request 476. Fix lint complaints about unescaped -. Follow up to...rwldrn2011-08-261-1/+1
* | Revert "Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385"timmywil2011-08-261-3/+1
* | Revert back to always setting the attribute to empty string before removal. F...timmywil2011-08-251-8/+3
* | Merge pull request #445 from rwldrn/9897Dave Methvin2011-08-251-4/+9
|\ \
| * | Wrap obj.constructor test in try/catch. Thanks to bkrausz. Fixes #9897Rick Waldron2011-07-251-4/+9
* | | Merge pull request #464 from dmethvin/fix-10021-relative-negative-valuesDave Methvin2011-08-251-9/+8
|\ \ \
| * | | Check for null before isNaN().Dave Methvin2011-08-161-1/+1
| * | | Save a few bytes, thanks @danheberden!Dave Methvin2011-08-161-2/+2
| * | | Fixes #10021. Allow negative relative values for `.css()` (e.g., `"+=-20px"`)...Dave Methvin2011-08-161-9/+8
* | | | Merge pull request #465 from anton-ryzhov/masterDave Methvin2011-08-251-0/+3
|\ \ \ \
| * | | | Unit test for this caseAnton Ryzhov2011-08-171-2/+1
| * | | | $.inArray doesn't crush IE6 and Chrome if second argument is `null` or `undef...Anton Ryzhov2011-08-171-0/+4
* | | | | Merge pull request #468 from rwldrn/10080Dave Methvin2011-08-251-1/+2
|\ \ \ \ \
| * | | | | Test for window inference. Fixes #10080rwldrn2011-08-181-2/+2
| * | | | | Ensure cache[id] exists before attempting to delete it. Fixes #10080Rick Waldron2011-08-171-1/+2
* | | | | | Merge pull request #473 from dmethvin/fix-10098-faux-commentDave Methvin2011-08-251-3/+6
|\ \ \ \ \ \
| * | | | | | Use jdalton's shorter sequence for the chars.Dave Methvin2011-08-231-1/+1
| * | | | | | Use a semantic name for the variable.Dave Methvin2011-08-231-3/+3
| * | | | | | Fixes #10098. Avoid a slashy-starry char sequence in literal strings to evade...Dave Methvin2011-08-221-3/+6
* | | | | | | Prioritize #id over <tag> to avoid XSS via location.hash (#9521)Dave Methvin2011-08-231-2/+2
|/ / / / / /
* | | | | | Revert "Landing pull request 461. Adds a due diligence check for pre-defined ...timmywil2011-08-221-5/+0
* | | | | | Landing pull request 461. Adds a due diligence check for pre-defined data-* a...Rick Waldron2011-08-221-0/+5
|/ / / / /
* | | | | Landing pull request 463. Fixes #9572. Don't camelize the `-ms-` prefix becau...dmethvin2011-08-171-3/+4
* | | | | Landing pull request 459. Do not allow assumed cache[id] in jQuery.data. Fixe...Rick Waldron2011-08-171-1/+1
* | | | | Update sizzle and QUnittimmywil2011-08-171-0/+0
|/ / / /
* / / / Remove requestAnimationFrame support. Fixes #9381.timmywil2011-08-161-20/+3
|/ / /
* | | Merge pull request #456 from rwldrn/9318Dave Methvin2011-08-051-2/+2
|\ \ \
| * | | Improves support for arbitrary numbers in data keys. Fixes #9318Rick Waldron2011-08-051-2/+2
* | | | Supports interoperable removal of hyphenated/camelCase properties. Fixes #9413Rick Waldron2011-08-051-2/+14
|/ / /
* | | Add back the background: none setting to avoid any possible crashes in IE fro...timmywil2011-08-041-1/+2
* | | Remove unnecessary regextimmywil2011-08-041-1/+0
* | | Now using getAttributeNode in all attribute cases in IE6/7, which normalizes ...timmywil2011-08-041-23/+18
* | | Make the tabIndex hook first a propHook and add it to attrHooks for back-comp...timmywil2011-08-041-15/+20
* | | Merge pull request #367 from gnarf37/index-optimizeDave Methvin2011-08-041-5/+10
|\ \ \
| * | | Quick improvement to the performace of .index() with no arguments - Adding a ...gnarf2011-06-141-5/+10
* | | | Merge pull request #416 from gnarf37/ticket_6652Dave Methvin2011-08-041-6/+17
|\ \ \ \
| * | | | Trying .removeAttribute instead of the regexp to remove the filter attributeCorey Frang2011-07-131-2/+2
| * | | | CSS: Remove filter from style when setting opacity to 1 - Fixes #6652 - REMOV...gnarf2011-06-201-6/+17