aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make sure we use detach instead of remove in replaceWith. Fixes #5785.jeresig2010-01-111-1/+1
* Revert "Adding in backwards-compatiblity support for jQuery().bind/unbind/tri...jeresig2010-01-111-18/+5
* Make sure that submit event is still bound for regular form submit events. Th...jeresig2010-01-111-0/+3
* Merge branch 'setterargs'jeresig2010-01-074-83/+97
|\
| * Re-ordering the args to setOffset() in case people were relying upon the old ...jeresig2010-01-071-3/+3
| * Added in support for .offset(Function).jeresig2010-01-071-10/+15
| * Make sure that .html(Function) gets the correct previous value.jeresig2010-01-071-0/+8
| * Removed .removeAttr(Function), it didn't really make sense.jeresig2010-01-071-8/+1
| * Make sure the state is passed in to the toggleClass attribute function.jeresig2010-01-071-1/+1
| * Fixed some bugs relating to the setter arg change in val and html. Also optim...jeresig2010-01-072-18/+13
| * Fixing some bugs in the re-tooling of toggleClass, adding in some performance...jeresig2010-01-061-10/+11
| * A first pass at making sure that all the setter function arguments receive th...jeresig2010-01-063-60/+72
* | Make sure the exception has some level of parity with the error from json2.js.jeresig2010-01-071-1/+1
* | Make sure that a parsererror is thrown whenever malformed JSON comes back fro...jeresig2010-01-071-6/+12
* | Back out the try/catch logic from around JSON.parse. We should always try to ...jeresig2010-01-071-3/+3
* | There's enough logic going on in jQuery.ajaxSettings.xhr to warrant splitting...jeresig2010-01-071-6/+5
|/
* Merge branch 'master' of github.com:jquery/jqueryjeresig2010-01-061-4/+4
|\
| * Make sure to do a deep copy on arrays. #5750Filipe Fortes2010-01-071-4/+4
* | Adding in backwards-compatiblity support for jQuery().bind/unbind/trigger - a...jeresig2010-01-061-5/+18
|/
* Added in support for content-type sniffing for scripts. Fixes #5718.jeresig2010-01-061-6/+4
* Detect JSON Ajax requests by the response content-type (like is done with XML...Rick Waldron2010-01-051-1/+2
* Merging in jQuery.proxy() branch.jeresig2010-01-052-29/+47
|\
| * 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-311-7/+18
| * 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-311-30/+30
* | Merge branch 'useragent'jeresig2010-01-051-10/+38
|\ \
| * | Rewrite of jQuery.browser to become engine-centric, rather than browser-centr...jeresig2010-01-051-10/+38
* | | 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
* | 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
| |/
* / 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-221-3/+8
* Merge branch 'master' of github.com:jquery/jqueryjeresig2009-12-221-9/+12
|\
| * Moved jQuery.param "traditional" flag into jQuery.ajaxSettings, can now be ov...Ben Alman2009-12-231-9/+12
* | 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
* 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-222-4/+16
* 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-221-1/+1
* Fixed the issue where getting an empty value was impossible. Fixes #5697.jeresig2009-12-221-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