| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #11743: Don't mask script errors in jQuery.ajax, closes gh-795. | Richard Gibson | 2012-05-31 | 1 | -0/+14 |
* | Add quick-start documentation for testing with QUnit and using jQuery's helpe... | timmywil | 2012-05-29 | 1 | -0/+12 |
* | Fix #8894. Ensure `.appendTo` creates a new set in oldIE. | Oleg | 2012-04-16 | 1 | -1/+9 |
* | Remove Ajax requirement for simple XML tests | Yehuda Katz | 2012-04-15 | 1 | -13/+8 |
* | Amends #10324. Remove object markup fixture; create programmatically | Rick Waldron | 2012-04-11 | 1 | -2/+2 |
* | Fix #10324. IE9 fumbles the innerHTML on object elements. | Rick Waldron | 2012-04-10 | 1 | -1/+10 |
|\ |
|
| * | Failing test (http://gyazo.com/0a7285e1d10039bc8ec8bc340fac15a9.png) | Rick Waldron waldron.rick@gmail.com | 2012-03-23 | 1 | -1/+10 |
* | | Fixes #11338, .replaceWith should work on detached nodes. | Oleg | 2012-04-05 | 1 | -2/+5 |
* | | Fix 11528. Exclude link/html5 tags from innerHTML path on oldIE. | cmcnulty | 2012-04-05 | 1 | -0/+13 |
* | | Update Sizzle and add test for sizzle getText fix. Removes usage of innerText... | timmywil | 2012-03-30 | 1 | -1/+5 |
|/ |
|
* | Guard against exceptions when clearing safeChildNodes. | Rick Waldron waldron.rick@gmail.com | 2012-03-06 | 1 | -0/+12 |
* | Fix #11217. WebKit clone() loses check if name follows checked attribute. | Sindre Sorhus | 2012-03-02 | 1 | -1/+7 |
* | Fix #11323. Consistently use rscriptType in jQuery.clean() | Rick Waldron waldron.rick@gmail.com | 2012-03-02 | 1 | -3/+3 |
* | Fix #11359: preserve contents for cloned scripts | Richard Gibson | 2012-02-23 | 1 | -0/+9 |
* | Fix whitespace mismatch introduced in bf7a4df22a | Rick Waldron waldron.rick@gmail.com | 2012-02-10 | 1 | -5/+5 |
* | Fix #11291. Always clone XML docs with a genuine .cloneNode(). | Arne de Bree | 2012-02-09 | 1 | -0/+10 |
* | Adds test to support Sizzle getText patch for document fragments. Fixes #10864. | Rick Waldron | 2012-01-20 | 1 | -3/+9 |
* | Fix #5571. Setters should treat `undefined` as a no-op and be chainable. | Richard Gibson | 2011-12-06 | 1 | -0/+10 |
* | Use .wrapAll to wrap both text nodes in #10812 so IE9 likey. | Dave Methvin | 2011-11-17 | 1 | -1/+1 |
* | Fix #10812, let .before() and .after() work on empty collections. | Dave Methvin | 2011-11-17 | 1 | -0/+8 |
* | Update Sizzle. Adds document to acceptable nodeTypes for .text(). Fixes #10724. | timmywil | 2011-11-08 | 1 | -1/+2 |
* | Refactor clone a bit to only create one clone on any given codepath | timmywil | 2011-11-08 | 1 | -2/+2 |
* | Remove test of the invalid object for IE9's sake; Rewrite the appropriate sup... | timmywil | 2011-11-08 | 1 | -3/+51 |
|\ |
|
| * | Fixes jQuery.fragments cache and adds tests. Fixes #10682 | Rick Waldron | 2011-11-05 | 1 | -0/+48 |
* | | Fix busted rnoshimcache. Correctly clone detached unknown elems. Fixes #10667... | Rick Waldron | 2011-11-07 | 1 | -0/+84 |
* | | Fix #10177. Pass correct index to function-parameter of `.wrap` | Toby Brain | 2011-11-06 | 1 | -1/+28 |
* | | Fix #10691. Remove all instances of equals() and same(), as these are depreca... | Mike Sherov | 2011-11-06 | 1 | -207/+207 |
|/ |
|
* | Landing pull request 550. IE6,7,8 cannot use cached fragments from unknown el... | timmywil | 2011-10-23 | 1 | -2/+12 |
* | Do not call getElements on a script tag. Avoids unnecessary execution. Fixes ... | timmywil | 2011-10-12 | 1 | -2/+8 |
* | Allow more cases to use `innerHTML` in the `.html` method. | Dave Methvin | 2011-09-21 | 1 | -1/+9 |
|\ |
|
| * | move embed tests to area where objects tests are already happening | cmcnulty | 2011-03-09 | 1 | -15/+11 |
| * | Forgot to update the test counts | cmcnulty | 2011-02-25 | 1 | -2/+2 |
| * | (no commit message) | cmcnulty | 2011-02-25 | 1 | -0/+13 |
* | | Remove stop argument in manipulation test, which no longer sets a timeout | timmywil | 2011-09-20 | 1 | -4/+3 |
* | | Landing pull request 490. 1.7 HTML5 Support for innerHTML, clone & style. Fix... | Rick Waldron | 2011-09-19 | 1 | -0/+32 |
* | | jQuery.clone() check that destination child nodes are not null. Fixes #9587 | rwldrn | 2011-06-15 | 1 | -0/+11 |
* | | Add test for appending an xml element to another. Supplements #9370. | timmywil | 2011-05-25 | 1 | -0/+34 |
* | | Landing pull request 365. jQuery.buildFragment, ensure doc is a document; Fix... | Rick Waldron | 2011-05-13 | 1 | -1/+11 |
|\ \ |
|
| * | | jQuery.buildFragment, ensure doc is a document; Includes comments; Adds unit ... | Rick Waldron | 2011-04-30 | 1 | -1/+10 |
* | | | Adding in test case to support #9211. | John Resig | 2011-05-11 | 1 | -1/+8 |
* | | | Fixes #9221. Wraps openings of html comments and CDATA blocks found at the be... | jaubourg | 2011-05-11 | 1 | -1/+19 |
* | | | Fix problem with appending multiple string arguments in IE 6. Fixes #9072. | John Resig | 2011-05-03 | 1 | -1/+12 |
|/ / |
|
* | | Landing pull request 332. Appending disconnected radio or checkbox inputs and... | timmywil | 2011-04-21 | 1 | -1/+15 |
* | | Switch QUnit div from depreceted #main to #qunit-fixture | timmywil | 2011-04-17 | 1 | -35/+35 |
* | | Merge branch 'master' of https://github.com/rjgotten/jquery into rjgotten-mas... | John Resig | 2011-04-12 | 1 | -2/+8 |
|\ \ |
|
* | | | third batch | louisremi | 2011-04-12 | 1 | -239/+239 |
* | | | Make the new attr/prop changes pass the test suite (in Webkit). There are st... | timmywil | 2011-04-03 | 1 | -2/+4 |
* | | | bug 6158; fixing replaceWith from throwing errors on non existant elements; f... | Jordan Boesch | 2011-03-05 | 1 | -2/+2 |
* | | | bug 6158; fixing replaceWith from throwing errors on non existant elements | Jordan Boesch | 2011-03-05 | 1 | -2/+5 |
| |/
|/| |
|
* | | Make a new jQuery.support.noCloneChecked - splitting apart the previous featu... | jeresig | 2011-02-23 | 1 | -3/+4 |