aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Added in a holdover jQuery.event.guid for back-compat (two plugins use it: mo...jeresig2010-01-051-0/+4
| * Added in jQuery.proxy(obj, name), like the method described in Secrets of the...jeresig2009-12-312-7/+37
| * Moved jQuery.proxy() into core.jeresig2009-12-312-20/+23
| * Remove the .bind(name, fn, thisObject) and promote jQuery.event.proxy() to jQ...jeresig2009-12-312-35/+35
* | Merge branch 'useragent'jeresig2010-01-053-43/+312
|\ \
| * | Rewrite of jQuery.browser to become engine-centric, rather than browser-centr...jeresig2010-01-053-43/+312
* | | Try to use the native JSON parser in all cases and fallback to the old techni...jeresig2010-01-051-2/+4
|/ /
* | Make sure that the ActiveX exception is caught if it's unable to be loaded. F...jeresig2010-01-051-3/+12
* | Try to use XMLHttpRequest in more cases in IE 7. Thanks to Matt Kruse and Sam...jeresig2010-01-051-4/+5
* | Update the copyright from 2009 to 2010.John Resig2010-01-031-2/+2
* | Oops, Rakefile was generating the wrong file.jeresig2010-01-031-1/+1
* | Merge branch 'bug-5735'jeresig2009-12-314-31/+20
|\ \
| * | Rather than declaring empty anonymous functions all around, introduce and use...jeresig2009-12-314-4/+6
| * | Experiment switching to using onreadystatechange rather than a setInterval fo...jeresig2009-12-301-29/+16
| |/
* | Allow the Makefile to be more resiliant to broken builds and handle redirecti...jeresig2009-12-311-4/+4
* | When .bind('unload') was called it accidentally went recursive, from 1bac6165...jeresig2009-12-311-3/+5
|/
* Make a feature detect for the attribute selected code. Fixes #5702.jeresig2009-12-222-8/+15
* The option isn't, necessarily, hidden when this occurs.jeresig2009-12-221-1/+1
* Make sure that selected works in Safari on options in optgroups. Fixes #5701.jeresig2009-12-222-4/+15
* Merge branch 'master' of github.com:jquery/jqueryjeresig2009-12-222-12/+22
|\
| * Moved jQuery.param "traditional" flag into jQuery.ajaxSettings, can now be ov...Ben Alman2009-12-232-12/+22
* | Forgot to make sure that oldData actually had data in it before the copy atte...jeresig2009-12-221-1/+1
|/
* Explicitly re-bind the events on clone. Copying over the data isn't enough. F...jeresig2009-12-221-1/+12
* Add some extra tests to make sure we can get the value of hyphenated CSS prop...jeresig2009-12-221-1/+3
* The logic for specified option values was already handled by .val(), removed ...jeresig2009-12-221-3/+1
* Make sure that the correct value is being pulled from checkboxes in Webkit. F...jeresig2009-12-223-6/+24
* Make sure that the correct value is retreived for options that have no value ...jeresig2009-12-221-1/+3
* Made sure that the .val() logic for setting radios and checkboxes was correct...jeresig2009-12-222-2/+18
* Fixed the issue where getting an empty value was impossible. Fixes #5697.jeresig2009-12-222-2/+7
* Updated the README to reference the Closure Compiler instead of YUI Min. Than...jeresig2009-12-211-1/+1
* Fixed spelling mistake noted in dc6b7ce3469eaadb37a151d449e8d36571d1894.jeresig2009-12-211-1/+1
* Standardize on using double-quotes for string literals.jeresig2009-12-218-30/+31
* Made a number of spacing changes to bring the code more-inline with the jQuer...jeresig2009-12-2114-130/+218
* Tweaked the syntax of withinElement a bit.jeresig2009-12-211-4/+11
* Tweaked a couple cases where == was used instead of ===.jeresig2009-12-214-6/+6
* Make sure that the beforeactivate event isn't accidentally prevented.Alexander Farkas2009-12-211-1/+1
* Stop trying to emulate the focus/blur event in IE, doesn't work as one might ...Jörn Zaefferer2009-12-213-17/+39
* Used the patch from Alexander as the basis for a rewrite of the IE change eve...Alexander Farkas2009-12-213-167/+224
* Make sure we use instead of in the delegate test.jeresig2009-12-211-2/+2
* Moved logic for handling .animate({}), doesn't queue anymore. Fixes #5459.jeresig2009-12-212-5/+15
* Bringing Sizzle test suite changes back in.John Resig2009-12-192-11/+27
* Make sure that we don't bind the onunload event in Opera.jeresig2009-12-181-1/+1
* Switched from using YUI Compressor to Google Compiler. Minified and Gzipped f...jeresig2009-12-185-8/+25
* No need to use the conditional comment for binding the onunload event in IE.jeresig2009-12-181-11/+11
* Updating the source version to 1.4b1pre.jeresig2009-12-181-1/+1
* Tagging the 1.4a2 release.1.4a2jeresig2009-12-181-1/+1
* Updating the source version to 1.4b1pre.jeresig2009-12-181-1/+1
* Tagging the 1.4a2 release.jeresig2009-12-181-1/+1
* Move the test results list above the test HTML to avoid test suite layout wei...jeresig2009-12-181-2/+1
* The constructor check for isPlainObject was redundant, everything still passe...jeresig2009-12-181-1/+1