Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix #11231, (append|prepend|before|after) w/ array of jQuery objects. | Sindre Sorhus | 2012-06-15 | 1 | -0/+4 | |
| | | | | Closes gh-666, thanks to @rkatic! | |||||
* | Fix #11566, allow appending to DocumentFragment, closes gh-814. | Vladimir Zhuravlev | 2012-06-15 | 1 | -2/+2 | |
| | ||||||
* | Interim take on cross-module variables, closes gh-817. | Richard Gibson | 2012-06-15 | 1 | -1/+1 | |
| | ||||||
* | Some work to modularize ajax later on. | jaubourg | 2012-06-11 | 1 | -2/+2 | |
| | ||||||
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -4/+0 | |
| | ||||||
* | Fix #11743: Don't mask script errors in jQuery.ajax, closes gh-795. | Richard Gibson | 2012-05-31 | 1 | -3/+4 | |
| | ||||||
* | Fix #11796. Preserve oldIE change delegation on clone. Closes gh-789. | Jason Moon | 2012-05-22 | 1 | -4/+0 | |
| | ||||||
* | Fix #11649. Preserve oldIE submit flag when cloning, closes gh-772. | Jason Moon | 2012-05-18 | 1 | -1/+0 | |
| | ||||||
* | Fixes #10285 (for real this time). | jaubourg | 2012-05-12 | 1 | -1/+1 | |
| | ||||||
* | Fixes #11402. domManip now also removes the closing part of HTML comments or ↵ | jaubourg | 2012-05-06 | 1 | -1/+1 | |
| | | | | CDATA surrounding executed scripts. Unit tests added. | |||||
* | Fix #8894. Ensure `.appendTo` creates a new set in oldIE. | Oleg | 2012-04-16 | 1 | -15/+13 | |
| | ||||||
* | More indent correction | Rick Waldron waldron.rick@gmail.com | 2012-04-15 | 1 | -10/+10 | |
| | | | | Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com> | |||||
* | Fixes mangled indents. | Rick Waldron waldron.rick@gmail.com | 2012-04-15 | 1 | -6/+6 | |
| | | | | Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com> | |||||
* | Fix #10324. IE9 fumbles the innerHTML on object elements. | Rick Waldron | 2012-04-10 | 1 | -0/+8 | |
|\ | ||||||
| * | Ensure innerHTML of src/dest clone nodes is correctly set. Fixes #10324 | Rick Waldron waldron.rick@gmail.com | 2012-03-23 | 1 | -0/+7 | |
| | | | | | | | | Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com> | |||||
* | | Fixes #11338, .replaceWith should work on detached nodes. | Oleg | 2012-04-05 | 1 | -7/+7 | |
| | | ||||||
* | | Fix 11528. Exclude link/html5 tags from innerHTML path on oldIE. | cmcnulty | 2012-04-05 | 1 | -5/+7 | |
| | | ||||||
* | | Fix #11325: smaller/stronger domManip/buildFragment/clean | Richard Gibson | 2012-04-04 | 1 | -119/+94 | |
| | | ||||||
* | | Fix #11439. Remove use of undefined jQuery.support.parentNode. | Robert Katic | 2012-04-04 | 1 | -11/+2 | |
| | | ||||||
* | | Fix #8545. Plug event handling memory leak in oldIE. | Oleg | 2012-04-04 | 1 | -11/+10 | |
|/ | ||||||
* | Fixes #11264 or rather seriously limits the risk of global ajaxSettings ↵ | jaubourg | 2012-03-07 | 1 | -0/+2 | |
| | | | | screwing with script loading in domManip. Gotta love globals and sneaky dependencies. Unit test added. | |||||
* | Guard against exceptions when clearing safeChildNodes. | Rick Waldron waldron.rick@gmail.com | 2012-03-06 | 1 | -3/+7 | |
| | | | | Supplements #11356 and fixes unit test failures in FF 3.6. | |||||
* | Fix #11323. Consistently use rscriptType in jQuery.clean() | Rick Waldron waldron.rick@gmail.com | 2012-03-02 | 1 | -8/+8 | |
| | ||||||
* | Fix #11356. Avoid hoarding elements in DocumentFragments. | Rick Waldron | 2012-03-02 | 1 | -1/+14 | |
| | ||||||
* | Fix #11359: preserve contents for cloned scripts | Richard Gibson | 2012-02-23 | 1 | -0/+4 | |
| | ||||||
* | Fix whitespace mismatch introduced in bf7a4df22a | Rick Waldron waldron.rick@gmail.com | 2012-02-10 | 1 | -1/+1 | |
| | ||||||
* | Fix #11291. Always clone XML docs with a genuine .cloneNode(). | Arne de Bree | 2012-02-09 | 1 | -3/+3 | |
| | ||||||
* | Fix #10878. Clear oldIE special change/submit flags on a clone. | Dave Methvin | 2012-01-28 | 1 | -0/+5 | |
| | ||||||
* | Fix #11076. If .clone() won't delegate, we must remediate. | Dave Methvin | 2012-01-28 | 1 | -1/+1 | |
| | | | | Since `jQuery.event.add` can accept a handleObj there's no need to reiterate them as args, but we *do* need to set the `selector` variable correctly. | |||||
* | Adds 'bdi' and 'data' to shim list and test runner. Fixes #11055 | Rick Waldron | 2012-01-11 | 1 | -1/+1 | |
| | ||||||
* | Fix #10753. Inline evalScript as it's only used in one place | Mike Sherov | 2011-12-08 | 1 | -17/+15 | |
| | ||||||
* | Fix #5571. Setters should treat `undefined` as a no-op and be chainable. | Richard Gibson | 2011-12-06 | 1 | -47/+39 | |
| | ||||||
* | Fix #10812, let .before() and .after() work on empty collections. | Dave Methvin | 2011-11-17 | 1 | -2/+2 | |
| | ||||||
* | Refactor clone a bit to only create one clone on any given codepath | timmywil | 2011-11-08 | 1 | -6/+4 | |
| | ||||||
* | Remove test of the invalid object for IE9's sake; Rewrite the appropriate ↵ | timmywil | 2011-11-08 | 1 | -1/+1 | |
|\ | | | | | | | support test for html5 clone caching. Fixes #10682 | |||||
| * | Fixes jQuery.fragments cache and adds tests. Fixes #10682 | Rick Waldron | 2011-11-05 | 1 | -1/+1 | |
| | | ||||||
* | | Fix busted rnoshimcache. Correctly clone detached unknown elems. Fixes ↵ | Rick Waldron | 2011-11-07 | 1 | -11/+24 | |
| | | | | | | | | | | | | | | | | #10667, #10670. - \s => |, Removes 4 bytes from gzipped build - Adds tests for clone attributes, children and events | |||||
* | | Fix #10177. Pass correct index to function-parameter of `.wrap` | Toby Brain | 2011-11-06 | 1 | -2/+4 | |
|/ | ||||||
* | Cleanup spacing in manipulation.js. Fixes #10601 | Rick Waldron | 2011-10-27 | 1 | -4/+4 | |
| | ||||||
* | Fixes gross indents. | Rick Waldron | 2011-10-24 | 1 | -6/+6 | |
| | ||||||
* | Landing pull request 550. IE6,7,8 cannot use cached fragments from unknown ↵ | timmywil | 2011-10-23 | 1 | -13/+17 | |
| | | | | | | | | elems. Fixes #10501. More Details: - https://github.com/jquery/jquery/pull/550 - http://bugs.jquery.com/ticket/10501 | |||||
* | Do not call getElements on a script tag. Avoids unnecessary execution. Fixes ↵ | timmywil | 2011-10-12 | 1 | -4/+6 | |
| | | | | #10176. | |||||
* | Move createSafeFragment to the top to satisfy lint | timmywil | 2011-09-28 | 1 | -17/+17 | |
| | ||||||
* | Fixes a fail in unit/traversing. Use an iframe's document for creating the ↵ | timmywil | 2011-09-28 | 1 | -17/+25 | |
| | | | | html5 fragment when necessary. | |||||
* | Allow more cases to use `innerHTML` in the `.html` method. | Dave Methvin | 2011-09-21 | 1 | -1/+2 | |
|\ | | | | | | | Thanks @cmcnulty for the pull and the patience! | |||||
| * | #6782 - optimized regex to allow more html snippets to user innerHTML | cmcnulty | 2011-02-25 | 1 | -1/+2 | |
| | | ||||||
* | | Landing pull request 490. 1.7 HTML5 Support for innerHTML, clone & style. ↵ | Rick Waldron | 2011-09-19 | 1 | -1/+20 | |
| | | | | | | | | | | | | | | | | Fixes #6485. More Details: - https://github.com/jquery/jquery/pull/490 - http://bugs.jquery.com/ticket/6485 | |||||
* | | Landing pull request 500. 1.7 - "public data" stored as a key on "internal ↵ | Corey Frang | 2011-09-19 | 1 | -20/+21 | |
| | | | | | | | | | | | | | | | | data" - Fixes #8921. More Details: - https://github.com/jquery/jquery/pull/500 - http://bugs.jquery.com/ticket/8921 | |||||
* | | jQuery.clone() check that destination child nodes are not null. Fixes #9587 | rwldrn | 2011-06-15 | 1 | -2/+5 | |
| | | ||||||
* | | elem.getElementsByTagName calls the function in IE6/7. Fixes #9370. | timmywil | 2011-05-25 | 1 | -1/+1 | |
| | |