| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Only do the hasAttribute check if the method exists - IE falls back to the ==... | jeresig | 2010-09-27 | 1 | -1/+1 |
* | | | Bug fix for commit 2c4b20809e5d32e916c479c9b63a6b7528c880ce - technique wasn'... | jeresig | 2010-09-27 | 1 | -1/+1 |
* | | | Merge branch 'master' of github.com:jquery/jquery | jeresig | 2010-09-24 | 1 | -4/+5 |
|\ \ \ |
|
| * | | | Make .val(undefined) == .val("") and chainable; fixes #4130. | dmethvin | 2010-09-25 | 1 | -4/+5 |
* | | | | If an inline handler returns false, call event.preventDefault(). Fixes #6337. | Dave Methvin | 2010-09-24 | 1 | -0/+1 |
|/ / / |
|
* | | | Make sure that requests without a body don't set contentType, and a zero-leng... | Dave Methvin | 2010-09-24 | 1 | -4/+5 |
* | | | Report correct Error object to handleError. Part of the fix for #6677. | Dave Methvin | 2010-09-24 | 1 | -1/+1 |
* | | | Don't copy event.originalTarget, it's a Netscape-specific property. Fixes #2814. | dmethvin | 2010-09-24 | 1 | -1/+1 |
* | | | Don't have .val() return selected-but-disabled options, or selected options i... | Dave Methvin | 2010-09-24 | 1 | -2/+4 |
* | | | Merge branch 'master' of github.com:jquery/jquery | jeresig | 2010-09-24 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | For JSON and script requests, set the scriptCharset before the url so IE won'... | dmethvin | 2010-09-25 | 1 | -1/+1 |
| * | | | Added a default quality of `*/*` for content negotiation. | Heungsub Lee | 2010-09-25 | 1 | -1/+1 |
* | | | | Use origSettings.context unless it's undefined; for that case use merged sett... | Dave Methvin | 2010-09-24 | 1 | -1/+3 |
|/ / / |
|
* | | | Serialize keys with empty arrays/object values in jQuery.param(). Fixes #6481. | temp01 | 2010-09-24 | 1 | -4/+9 |
* | | | Allow data to be bound to Flash objects (but still stopping short of attachin... | jeresig | 2010-09-24 | 1 | -3/+17 |
* | | | Make sure that a clone of the animate speed properties are used to avoid recu... | jeresig | 2010-09-24 | 1 | -1/+1 |
* | | | Make sure that the body element exists before doing the body selector optimiz... | jeresig | 2010-09-24 | 1 | -1/+1 |
|/ / |
|
* | | Allow named animation speed to be 0. Fixes #6579. | J. Ryan Stinnett | 2010-09-24 | 1 | -1/+1 |
* | | Make the interval between two animations tick public: jQuery.fx.interval. Fix... | lrbabe | 2010-09-24 | 1 | -2/+4 |
* | | Increase the speed of the single setTimeout calls for the ready event. | jeresig | 2010-09-24 | 1 | -2/+2 |
* | | Merge branch 'master' of github.com:jquery/jquery | jeresig | 2010-09-23 | 1 | -1/+2 |
|\ \ |
|
| * | | Delay the result of the readyState check to give scripts the opportunity to d... | jeresig | 2010-09-23 | 1 | -1/+2 |
* | | | Made jQuery.type more consistent with host objects. | Robert Katic | 2010-09-23 | 1 | -2/+10 |
* | | | Added support for map of events in live, die, delegate and undelegate. Fixes ... | Robert Katic | 2010-09-23 | 1 | -0/+8 |
* | | | Ensured that arrays are not considered same as plain object on deep extending... | Robert Katic | 2010-09-23 | 1 | -5/+10 |
|/ / |
|
* | | Fix missing var. Thanks to @jeff-themovie for the catch. | jeresig | 2010-09-22 | 1 | -1/+1 |
* | | Add some tests for jQuery.isWindow and make sure that we're operating against... | jeresig | 2010-09-22 | 1 | -1/+1 |
* | | Unify the means of detecting a window across the library. Fixes jQuery UI bug... | jeresig | 2010-09-22 | 4 | -6/+11 |
* | | Allow # urls to contain #. Thanks to @alvopass in f9f9ee52e16f37900296e06982a... | jeresig | 2010-09-22 | 1 | -1/+1 |
* | | Make sure that #... are trimmed from Ajax request URLs. Fixes #4987. | John Resig | 2010-09-22 | 1 | -0/+2 |
* | | Make .data(Object) extend the existing data object. Fixes #6692. | jeresig | 2010-09-22 | 1 | -2/+4 |
* | | Fix bug when accessing .data() on an empty set. Return null rather than throw... | Jacob Wright | 2010-09-22 | 1 | -2/+2 |
* | | Added full support for easing in all shorthand effects methods (hide, show, t... | Karl Swedberg | 2010-09-22 | 1 | -10/+10 |
* | | Some minor lint fixes for the RegExp. | jeresig | 2010-09-22 | 2 | -5/+5 |
* | | Applied the RegExp issues reported by Jeff Robinson here: http://jmrware.com/... | jeresig | 2010-09-22 | 8 | -50/+66 |
* | | Re-work the document scoping. | jeresig | 2010-09-22 | 2 | -3/+2 |
* | | Make sure the data- number has at least one number in it before passing to is... | jeresig | 2010-09-22 | 1 | -1/+1 |
* | | Make sure that non-px values aren't manipulated before input to height/width. | John Resig | 2010-09-21 | 1 | -1/+1 |
* | | Fix bug with the readyWait DOM ready addition. | John Resig | 2010-09-21 | 1 | -1/+1 |
* | | Scratch that, just punting on Opera and 304s for now - there may not be a goo... | John Resig | 2010-09-21 | 1 | -7/+3 |
* | | Use a different workaround for detecting when Opera finds a status 304 page. ... | John Resig | 2010-09-21 | 1 | -3/+5 |
* | | Escape RegExp braces to sooth JSLint's temper. | jeresig | 2010-09-21 | 1 | -1/+1 |
* | | Switch to using isNaN instead of RegExp for data-. | jeresig | 2010-09-21 | 1 | -2/+1 |
* | | Handle some additional data- number edge cases. | jeresig | 2010-09-21 | 1 | -1/+1 |
* | | Make sure that the data- import also supports arrays. | jeresig | 2010-09-21 | 1 | -1/+1 |
* | | Added in support for basic JSON object parsing of data- attributes. | John Resig | 2010-09-21 | 1 | -6/+10 |
* | | Make sure that undefined is returned for not found data- attributes, not null. | John Resig | 2010-09-21 | 1 | -1/+4 |
* | | Tweaked the data number RegExp some to handle some other edge cases. | John Resig | 2010-09-21 | 1 | -1/+1 |
* | | Fixing the problem with data-* based numbers as mention by @jasonwebster in 2... | jeresig | 2010-09-20 | 1 | -1/+1 |
* | | Pull data-* attributes into .data(). Original code by Andrée Hasson and Paul... | John Resig | 2010-09-20 | 1 | -1/+17 |