| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure that wrapInner works on elements that have no contents. Fixes #3552. | jeresig | 2010-01-11 | 2 | -2/+14 |
* | Final pass at fixing #5785. Need to make sure that inner-nodes are detached b... | jeresig | 2010-01-11 | 2 | -4/+20 |
* | Made some additional tests for #5785. | jeresig | 2010-01-11 | 1 | -1/+5 |
* | Make sure we use detach instead of remove in replaceWith. Fixes #5785. | jeresig | 2010-01-11 | 2 | -2/+11 |
* | Revert "Adding in backwards-compatiblity support for jQuery().bind/unbind/tri... | jeresig | 2010-01-11 | 2 | -31/+5 |
* | Make sure that submit event is still bound for regular form submit events. Th... | jeresig | 2010-01-11 | 1 | -0/+3 |
* | Merge branch 'setterargs' | jeresig | 2010-01-07 | 8 | -263/+653 |
|\ |
|
| * | Re-ordering the args to setOffset() in case people were relying upon the old ... | jeresig | 2010-01-07 | 1 | -3/+3 |
| * | Added in support for .offset(Function). | jeresig | 2010-01-07 | 2 | -26/+38 |
| * | Add .css(Function) incoming value tests. | jeresig | 2010-01-07 | 1 | -0/+60 |
| * | No need for the try/finally logic in the css tests, won't even work as expected. | jeresig | 2010-01-07 | 1 | -49/+43 |
| * | Added manipulation tests for setter function args. | jeresig | 2010-01-07 | 1 | -3/+175 |
| * | Make sure that .html(Function) gets the correct previous value. | jeresig | 2010-01-07 | 1 | -0/+8 |
| * | Added some .text(Function) tests. | jeresig | 2010-01-07 | 1 | -26/+37 |
| * | Added tests for attribute function setters. | jeresig | 2010-01-07 | 1 | -9/+141 |
| * | Removed .removeAttr(Function), it didn't really make sense. | jeresig | 2010-01-07 | 1 | -8/+1 |
| * | Make sure the state is passed in to the toggleClass attribute function. | jeresig | 2010-01-07 | 1 | -1/+1 |
| * | Moved the val() tests from manipulation into attributes. | jeresig | 2010-01-07 | 2 | -86/+86 |
| * | Fixed some bugs relating to the setter arg change in val and html. Also optim... | jeresig | 2010-01-07 | 2 | -18/+13 |
| * | Fixing some bugs in the re-tooling of toggleClass, adding in some performance... | jeresig | 2010-01-06 | 1 | -10/+11 |
| * | A first pass at making sure that all the setter function arguments receive th... | jeresig | 2010-01-06 | 3 | -60/+72 |
* | | Make sure the exception has some level of parity with the error from json2.js. | jeresig | 2010-01-07 | 1 | -1/+1 |
* | | Make sure that a parsererror is thrown whenever malformed JSON comes back fro... | jeresig | 2010-01-07 | 3 | -8/+34 |
* | | Back out the try/catch logic from around JSON.parse. We should always try to ... | jeresig | 2010-01-07 | 1 | -3/+3 |
* | | There's enough logic going on in jQuery.ajaxSettings.xhr to warrant splitting... | jeresig | 2010-01-07 | 1 | -6/+5 |
|/ |
|
* | Add some abort() Ajax tests. Verifies that #3984 works. | jeresig | 2010-01-06 | 1 | -0/+24 |
* | Merge branch 'master' of github.com:jquery/jquery | jeresig | 2010-01-06 | 2 | -6/+11 |
|\ |
|
| * | Make sure to do a deep copy on arrays. #5750 | Filipe Fortes | 2010-01-07 | 2 | -6/+11 |
* | | Adding in backwards-compatiblity support for jQuery().bind/unbind/trigger - a... | jeresig | 2010-01-06 | 2 | -5/+31 |
|/ |
|
* | Added in support for content-type sniffing for scripts. Fixes #5718. | jeresig | 2010-01-06 | 3 | -6/+25 |
* | Detect JSON Ajax requests by the response content-type (like is done with XML... | Rick Waldron | 2010-01-05 | 3 | -2/+26 |
* | Merging in jQuery.proxy() branch. | jeresig | 2010-01-05 | 4 | -34/+71 |
|\ |
|
| * | Added in a holdover jQuery.event.guid for back-compat (two plugins use it: mo... | jeresig | 2010-01-05 | 1 | -0/+4 |
| * | Added in jQuery.proxy(obj, name), like the method described in Secrets of the... | jeresig | 2009-12-31 | 2 | -7/+37 |
| * | Moved jQuery.proxy() into core. | jeresig | 2009-12-31 | 2 | -20/+23 |
| * | Remove the .bind(name, fn, thisObject) and promote jQuery.event.proxy() to jQ... | jeresig | 2009-12-31 | 2 | -35/+35 |
* | | Merge branch 'useragent' | jeresig | 2010-01-05 | 3 | -43/+312 |
|\ \ |
|
| * | | Rewrite of jQuery.browser to become engine-centric, rather than browser-centr... | jeresig | 2010-01-05 | 3 | -43/+312 |
* | | | Try to use the native JSON parser in all cases and fallback to the old techni... | jeresig | 2010-01-05 | 1 | -2/+4 |
|/ / |
|
* | | Make sure that the ActiveX exception is caught if it's unable to be loaded. F... | jeresig | 2010-01-05 | 1 | -3/+12 |
* | | Try to use XMLHttpRequest in more cases in IE 7. Thanks to Matt Kruse and Sam... | jeresig | 2010-01-05 | 1 | -4/+5 |
* | | Update the copyright from 2009 to 2010. | John Resig | 2010-01-03 | 1 | -2/+2 |
* | | Oops, Rakefile was generating the wrong file. | jeresig | 2010-01-03 | 1 | -1/+1 |
* | | Merge branch 'bug-5735' | jeresig | 2009-12-31 | 4 | -31/+20 |
|\ \ |
|
| * | | Rather than declaring empty anonymous functions all around, introduce and use... | jeresig | 2009-12-31 | 4 | -4/+6 |
| * | | Experiment switching to using onreadystatechange rather than a setInterval fo... | jeresig | 2009-12-30 | 1 | -29/+16 |
| |/ |
|
* | | Allow the Makefile to be more resiliant to broken builds and handle redirecti... | jeresig | 2009-12-31 | 1 | -4/+4 |
* | | When .bind('unload') was called it accidentally went recursive, from 1bac6165... | jeresig | 2009-12-31 | 1 | -3/+5 |
|/ |
|
* | Make a feature detect for the attribute selected code. Fixes #5702. | jeresig | 2009-12-22 | 2 | -8/+15 |
* | The option isn't, necessarily, hidden when this occurs. | jeresig | 2009-12-22 | 1 | -1/+1 |