| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug #2773, jQuery.fn.is to accept JQuery and node objects, and a small fi... | Timmy Willison | 2011-01-24 | 1 | -5/+55 |
* | Fix selector scope on some tests, so they don't fail on testswarm. | Anton M | 2011-01-22 | 1 | -5/+5 |
* | Merge branch '8017lint' of https://github.com/rwldrn/jquery into 8017lint | rwldrn | 2011-01-22 | 1 | -1/+1 |
* | Merge branch '8013p' of https://github.com/rwldrn/jquery into rwldrn-8013p | jeresig | 2011-01-21 | 1 | -0/+12 |
|\ |
|
| * | Basic unit tests; This patch relies on the 51 existing clone() tests | rwldrn | 2011-01-21 | 1 | -0/+12 |
* | | Revert "Make sure that focusin/focusout bubbles in non-IE browsers." This was... | jeresig | 2011-01-21 | 1 | -20/+0 |
* | | Replaces "text in-between" technique with a full-fledged one-level transitive... | jaubourg | 2011-01-21 | 1 | -0/+43 |
* | | Merge branch 'fix-7853-add-context' of https://github.com/dmethvin/jquery int... | John Resig | 2011-01-20 | 1 | -8/+9 |
|\ \ |
|
| * | | Rework unit tests to check actual result elements. | Dave Methvin | 2011-01-19 | 1 | -6/+6 |
| * | | By default, use document root rather than current selection's context when ad... | Dave Methvin | 2010-12-28 | 1 | -8/+9 |
* | | | Renames Deferred's fire and fireReject methods as resolveWith and rejectWith ... | jaubourg | 2011-01-20 | 1 | -1/+1 |
* | | | Makes sure statusCode callbacks are ordered in the same way success and error... | jaubourg | 2011-01-20 | 1 | -3/+30 |
| |/
|/| |
|
* | | Cleans up and simplifies code shared by ajaxPrefilter and ajaxTransport. Remo... | jaubourg | 2011-01-20 | 1 | -0/+41 |
* | | Moves active counter test after all other ajax tests where it should be. | jaubourg | 2011-01-19 | 1 | -4/+4 |
* | | Update unit test for #7608 which was leaking timers. | rwldrn | 2011-01-17 | 1 | -11/+2 |
* | | Disabled a broken test for now, until WebKit browsers become more current. | jeresig | 2011-01-17 | 1 | -2/+5 |
* | | Accidentally removed the module teardown code. | jeresig | 2011-01-17 | 1 | -1/+1 |
* | | Opera was falling back to undefined, which it didn't appreciate. | jeresig | 2011-01-17 | 1 | -1/+1 |
* | | Merge branch 'master' of github.com:jquery/jquery | jeresig | 2011-01-17 | 13 | -130/+321 |
|\ \ |
|
| * \ | Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ... | Colin Snover | 2011-01-17 | 13 | -130/+321 |
| |\ \ |
|
| | * | | Update unit tests with a leak detection mechanism for the various jQuery glob... | Colin Snover | 2011-01-09 | 13 | -37/+139 |
| | * | | Change the way jQuery.data works so that there is no longer a chance of colli... | Colin Snover | 2011-01-09 | 4 | -93/+179 |
* | | | | Fixed a couple issues with escaping of attribute values in selectors. Fixes #... | jeresig | 2011-01-17 | 1 | -12/+55 |
|/ / / |
|
* | | | Merge branch '7608' of https://github.com/rwldrn/jquery into rwldrn-7608 | jeresig | 2011-01-17 | 1 | -0/+22 |
|\ \ \ |
|
| * | | | whitespace fixes in unit tests | rwldrn | 2011-01-10 | 1 | -18/+18 |
| * | | | Bug #7608 elem.runtimeStyle throws exception in Opera | rwldrn | 2011-01-05 | 1 | -0/+22 |
* | | | | Merging pull request 183 for #7793. | jeresig | 2011-01-17 | 1 | -4/+12 |
|\ \ \ \ |
|
| * | | | | Update test case to feature-detect Opera's lack of defaultPrevented and skip ... | Dave Methvin | 2011-01-15 | 1 | -1/+8 |
| * | | | | Test for standard createEvent before IE-specific click method. | Dave Methvin | 2010-12-27 | 1 | -7/+4 |
| * | | | | When a native browser event is bubbling up the DOM, make sure that the correc... | Dave Methvin | 2010-12-23 | 1 | -0/+38 |
* | | | | | Added unit tests to check and demonstrate new jQuery.Deferred() works. | jaubourg | 2011-01-17 | 1 | -1/+20 |
* | | | | | Implements joined jQuery.when statements. Makes it so calling jQuery.when wit... | jaubourg | 2011-01-16 | 1 | -3/+43 |
* | | | | | Fixed the ajax test regarding the jsonp option set to false and added a test ... | jaubourg | 2011-01-16 | 1 | -5/+5 |
* | | | | | Revised jsonp unit tests and added a test for when the jsonp option is set to... | jaubourg | 2011-01-16 | 1 | -259/+222 |
* | | | | | Fixes #2994. Not finding a transport now fires the error callbacks and doesn'... | jaubourg | 2011-01-16 | 1 | -11/+5 |
* | | | | | Fix a failing subclass test due to a change in master | wycats | 2011-01-14 | 1 | -5/+5 |
* | | | | | added jQuery.subclass | Jared Grippe | 2011-01-14 | 1 | -0/+72 |
* | | | | | Fixes #4964. Adds a statusCode object together with a new statusCode method o... | jaubourg | 2011-01-13 | 1 | -0/+70 |
* | | | | | Fixes #4897. Added ?? as a context-insensitive placeholder for the callback n... | jaubourg | 2011-01-12 | 1 | -2/+55 |
* | | | | | Yet another missing semicolon! | jaubourg | 2011-01-11 | 1 | -1/+1 |
* | | | | | Fixes #6230. Added a unit test to control that, since the ajax rewrite, setti... | jaubourg | 2011-01-11 | 1 | -0/+22 |
* | | | | | Fixes 4825. jQuery.fn.load: use the jXHR's Promise interface to get the actua... | jaubourg | 2011-01-11 | 1 | -0/+12 |
* | | | | | Merge branch 'master' of github.com:jquery/jquery into jquery-master | Colin Snover | 2011-01-09 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Fixes a race condition in JSONP Local test. | jaubourg | 2011-01-10 | 1 | -1/+1 |
| | |_|/ /
| |/| | | |
|
* / | | | | Ensure that buildFragment clones elements properly in all browsers. Fixes #38... | Colin Snover | 2011-01-09 | 2 | -10/+29 |
|/ / / / |
|
* | | | | Fixes #5812. =? will be detected even when it has been escaped during data se... | jaubourg | 2011-01-09 | 1 | -1/+17 |
* | | | | Simplified cross-domain detection tests. | jaubourg | 2011-01-09 | 1 | -33/+13 |
* | | | | Fixes #5955. Option crossDomain now forces ajax to consider a request as cros... | jaubourg | 2011-01-09 | 1 | -2/+17 |
* | | | | Added a test for retrying a request on error using jQuery.ajax(this). Works a... | jaubourg | 2011-01-09 | 1 | -0/+23 |
* | | | | Fixes #7465. Reworked the regexp and associated test for cross-domain detecti... | jaubourg | 2011-01-09 | 1 | -0/+52 |