aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Use origSettings.context unless it's undefined; for that case use merged sett...Dave Methvin2010-09-241-1/+3
|/ / /
* | | Serialize keys with empty arrays/object values in jQuery.param(). Fixes #6481.temp012010-09-241-4/+9
* | | Allow data to be bound to Flash objects (but still stopping short of attachin...jeresig2010-09-241-3/+17
* | | Make sure that a clone of the animate speed properties are used to avoid recu...jeresig2010-09-241-1/+1
* | | Make sure that the body element exists before doing the body selector optimiz...jeresig2010-09-241-1/+1
|/ /
* | Allow named animation speed to be 0. Fixes #6579.J. Ryan Stinnett2010-09-241-1/+1
* | Make the interval between two animations tick public: jQuery.fx.interval. Fix...lrbabe2010-09-241-2/+4
* | Increase the speed of the single setTimeout calls for the ready event.jeresig2010-09-241-2/+2
* | Merge branch 'master' of github.com:jquery/jqueryjeresig2010-09-231-1/+2
|\ \
| * | Delay the result of the readyState check to give scripts the opportunity to d...jeresig2010-09-231-1/+2
* | | Made jQuery.type more consistent with host objects.Robert Katic2010-09-231-2/+10
* | | Added support for map of events in live, die, delegate and undelegate. Fixes ...Robert Katic2010-09-231-0/+8
* | | Ensured that arrays are not considered same as plain object on deep extending...Robert Katic2010-09-231-5/+10
|/ /
* | Fix missing var. Thanks to @jeff-themovie for the catch.jeresig2010-09-221-1/+1
* | Add some tests for jQuery.isWindow and make sure that we're operating against...jeresig2010-09-221-1/+1
* | Unify the means of detecting a window across the library. Fixes jQuery UI bug...jeresig2010-09-224-6/+11
* | Allow # urls to contain #. Thanks to @alvopass in f9f9ee52e16f37900296e06982a...jeresig2010-09-221-1/+1
* | Make sure that #... are trimmed from Ajax request URLs. Fixes #4987.John Resig2010-09-221-0/+2
* | Make .data(Object) extend the existing data object. Fixes #6692.jeresig2010-09-221-2/+4
* | Fix bug when accessing .data() on an empty set. Return null rather than throw...Jacob Wright2010-09-221-2/+2
* | Added full support for easing in all shorthand effects methods (hide, show, t...Karl Swedberg2010-09-221-10/+10
* | Some minor lint fixes for the RegExp.jeresig2010-09-222-5/+5
* | Applied the RegExp issues reported by Jeff Robinson here: http://jmrware.com/...jeresig2010-09-228-50/+66
* | Re-work the document scoping.jeresig2010-09-222-3/+2
* | Make sure the data- number has at least one number in it before passing to is...jeresig2010-09-221-1/+1
* | Make sure that non-px values aren't manipulated before input to height/width.John Resig2010-09-211-1/+1
* | Fix bug with the readyWait DOM ready addition.John Resig2010-09-211-1/+1
* | Scratch that, just punting on Opera and 304s for now - there may not be a goo...John Resig2010-09-211-7/+3
* | Use a different workaround for detecting when Opera finds a status 304 page. ...John Resig2010-09-211-3/+5
* | Escape RegExp braces to sooth JSLint's temper.jeresig2010-09-211-1/+1
* | Switch to using isNaN instead of RegExp for data-.jeresig2010-09-211-2/+1
* | Handle some additional data- number edge cases.jeresig2010-09-211-1/+1
* | Make sure that the data- import also supports arrays.jeresig2010-09-211-1/+1
* | Added in support for basic JSON object parsing of data- attributes.John Resig2010-09-211-6/+10
* | Make sure that undefined is returned for not found data- attributes, not null.John Resig2010-09-211-1/+4
* | Tweaked the data number RegExp some to handle some other edge cases.John Resig2010-09-211-1/+1
* | Fixing the problem with data-* based numbers as mention by @jasonwebster in 2...jeresig2010-09-201-1/+1
* | Pull data-* attributes into .data(). Original code by Andrée Hasson and Paul...John Resig2010-09-201-1/+17
* | Allow plugins to delay the exeuction of the ready event. Delay the ready even...John Resig2010-09-201-2/+16
* | Removing extra arg.jeresig2010-09-201-1/+1
* | No need to set returnValue if preventDefault exists. Thanks kangax for the ca...jeresig2010-09-201-2/+4
* | Derp, had parseInt on the brain. Thanks karbassi in 6541eb9d80db42c6ced396fcd...John Resig2010-09-172-4/+4
* | Fix trailing arg.John Resig2010-09-171-1/+1
* | Simplifying the camelCase logic used in the CSS and Effects modules.John Resig2010-09-172-9/+8
* | Cleaning up some un-needed CSS code and adding back a temporary (deprecated) ...John Resig2010-09-172-9/+10
* | Merge branch 'csshooks'John Resig2010-09-176-158/+200
|\ \
| * | jQuery.css() returns a string value - handle this properly in the animation c...John Resig2010-09-171-1/+1
| * | Make sure that empty height/width values are still set.John Resig2010-09-171-4/+9
| * | Split apart jQuery.css into jQuery.css (computed values) and jQuery.style (cu...jeresig2010-09-164-50/+78
| * | Making some more adjustments to handle auto CSS properties.John Resig2010-09-132-3/+3