Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make setting .css(name, undefined) a no-op. Fixes #4388. | John Resig | 2010-09-28 | 1 | -0/+5 | |
| | ||||||
* | Make .attr(name, null) equivalent to removeAttr(name). (Was roughly this ↵ | John Resig | 2010-09-28 | 1 | -1/+8 | |
| | | | | before - but is now consistent across platforms). Fixes #6341. | |||||
* | Make sure that .offset() doesn't fail against disconnected DOM nodes. Fixes ↵ | John Resig | 2010-09-28 | 1 | -3/+9 | |
| | | | | #4996. | |||||
* | Removing unique check on closest(Array) (it wasn't appropriate there and ↵ | jeresig | 2010-09-27 | 1 | -1/+7 | |
| | | | | broke functionality elsewhere) - follow-up to commit 8c41325a081f4009aa94748b9b6045e50a78422e. Also added another test for closest(Array) after a discussion with @jitter in 26b0e913dda386b6b2848196689a02a2da6aa40d. | |||||
* | Merge branch 'closestbug-6700' of http://github.com/ajpiano/jquery into ↵ | jeresig | 2010-09-27 | 1 | -5/+9 | |
|\ | | | | | | | ajpiano-closestbug-6700 | |||||
| * | .closest() should return a unique set of elements, not duplicates of the ↵ | adam j. sontag | 2010-06-21 | 1 | -5/+9 | |
| | | | | | | | | same ancestor. Fixes #6700 | |||||
* | | Merge branch 'master' of http://github.com/aakoch/jquery into aakoch-master | jeresig | 2010-09-27 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | Removing the second capture group. After the changes suggested by Jeff ↵ | unknown | 2010-09-24 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | Roberson, the second capture group is no longer needed. See http://stackoverflow.com/questions/3771105/can-someone-tell-me-the-purpose-of-the-second-capture-group-in-the-jquery-rts-reg | |||||
* | | | Make sure that opacity is being reset properly on a show animation. ↵ | jeresig | 2010-09-27 | 3 | -12/+22 | |
| | | | | | | | | | | | | Additionally expose jQuery.isNaN from the data module. | |||||
* | | | We can just use isNaN for this check in the IE opacity code. | jeresig | 2010-09-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | Make sure the currentStyle property exists before attempting to access it. | jeresig | 2010-09-27 | 1 | -3/+3 | |
| | | | ||||||
* | | | Some minor cleanup of the last commit. | jeresig | 2010-09-27 | 2 | -5/+4 | |
| | | | ||||||
* | | | Add a feature test for options inside a disabled select. Follow-up to ↵ | jeresig | 2010-09-27 | 2 | -2/+12 | |
| | | | | | | | | | | | | 157a383dae5335ef1056d3818d7dd70ac81c25a7. | |||||
* | | | Only do the hasAttribute check if the method exists - IE falls back to the ↵ | jeresig | 2010-09-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | === null check below which allows this to still work. Follow-up to cb40495b21bcb7802f3ab6ae0f837f2bf5b385ed - thanks to @jitter for the catch. | |||||
* | | | Bug fix for commit 2c4b20809e5d32e916c479c9b63a6b7528c880ce - technique ↵ | jeresig | 2010-09-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | wasn't working as expected in WebKit browsers. Thanks to @jitter for the bug fix. | |||||
* | | | 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 | |
| | | | | | | | | | | | | | | | | Ensure .val(null) sets an empty string on IE6/7; fixes #5163. | |||||
* | | | | 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 ↵ | Dave Methvin | 2010-09-24 | 1 | -4/+5 | |
| | | | | | | | | | | | | zero-length body is sent rather than null. Possible fix for #6811 and #6674. | |||||
* | | | 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 ↵ | Dave Methvin | 2010-09-24 | 1 | -2/+4 | |
| | | | | | | | | | | | | inside a disabled optgroup. Doesn't change the .val() returned for a disabled select. Fixes #3240, adapted from Nathan Hammond's patch there. | |||||
* | | | 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 ↵ | dmethvin | 2010-09-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | won't interpret it the wrong way; fixes #4855. | |||||
| * | | | 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 ↵ | Dave Methvin | 2010-09-24 | 1 | -1/+3 | |
|/ / / | | | | | | | | | | settings as context for backcompat with jQuery <1.3. Fixes #6727. | |||||
* | | | 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 ↵ | jeresig | 2010-09-24 | 1 | -3/+17 | |
| | | | | | | | | | | | | attaching to applets. Fixes #6121. | |||||
* | | | Make sure that a clone of the animate speed properties are used to avoid ↵ | jeresig | 2010-09-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | recursion problems. Fixes #3583. | |||||
* | | | Make sure that the body element exists before doing the body selector ↵ | jeresig | 2010-09-24 | 1 | -1/+1 | |
|/ / | | | | | | | optimization. Fixes #6529. | |||||
* | | 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. ↵ | lrbabe | 2010-09-24 | 1 | -2/+4 | |
| | | | | | | | | Fixes #6276. | |||||
* | | 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 ↵ | jeresig | 2010-09-23 | 1 | -1/+2 | |
| | | | | | | | | | | | | delay ready, as described by @jrburke in 747ba7defd82bffa6c7ccb69e53b834cbfddb62c. | |||||
* | | | 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 | |
| | | | | | | | | | | | | #6282. | |||||
* | | | Ensured that arrays are not considered same as plain object on deep ↵ | Robert Katic | 2010-09-23 | 1 | -5/+10 | |
|/ / | | | | | | | extending. Fixes #5991. | |||||
* | | 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 ↵ | jeresig | 2010-09-22 | 1 | -1/+1 | |
| | | | | | | | | against an object before testing. | |||||
* | | Unify the means of detecting a window across the library. Fixes jQuery UI ↵ | jeresig | 2010-09-22 | 4 | -6/+11 | |
| | | | | | | | | bug #5438 and jQuery bugs #6575 and 6088. | |||||
* | | Allow # urls to contain #. Thanks to @alvopass in ↵ | jeresig | 2010-09-22 | 1 | -1/+1 | |
| | | | | | | | | f9f9ee52e16f37900296e06982a7dccba89c5a78 for the catch. | |||||
* | | 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 ↵ | Jacob Wright | 2010-09-22 | 1 | -2/+2 | |
| | | | | | | | | throwing exception. | |||||
* | | Added full support for easing in all shorthand effects methods (hide, show, ↵ | Karl Swedberg | 2010-09-22 | 1 | -10/+10 | |
| | | | | | | | | toggle, fadeTo, slideUp, etc.). Previously, these methods could only be used with two of the three (speed, easing, callback) arguments, or, in the case of fadeTo, 3 of the 4 (speed, opacity, easing, callback) arguments. Added three more sets of tests to the series of "Chain" tests. Fixes #7014 | |||||
* | | Some minor lint fixes for the RegExp. | jeresig | 2010-09-22 | 2 | -5/+5 | |
| | | ||||||
* | | Applied the RegExp issues reported by Jeff Robinson here: ↵ | jeresig | 2010-09-22 | 8 | -50/+66 | |
| | | | | | | | | http://jmrware.com/articles/2010/jqueryregex/jQueryRegexes.html Additionally broke out all remaining inline RegExp. Fixes #7062. | |||||
* | | 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 ↵ | jeresig | 2010-09-22 | 1 | -1/+1 | |
| | | | | | | | | isNaN. Thanks to @cms in 8ebb9b22df32fe5739a48087b6e33abb9f5cda49 for a heads-up. |