| Commit message (Expand) | Author | Age | Files | Lines |
* | no ticket: remove and enforce unused vars in jshint | Mike Sherov | 2012-10-17 | 1 | -1/+1 |
* | Refactored before/after/replaceWith to not pushStack. Fixes #12664, closes gh... | Sai Wong | 2012-10-16 | 1 | -47/+38 |
* | Merge branch 'master' of github.com:jquery/jquery | Dave Methvin | 2012-10-16 | 1 | -3/+6 |
|\ |
|
| * | Fixes busted indents. Sorry folks | Rick Waldron | 2012-10-16 | 1 | -4/+4 |
| * | Replace unknown, mysterious html arg to replaceWith(fn...), with just the cur... | Rick Waldron | 2012-10-16 | 1 | -3/+6 |
* | | Fix #11280. IE6-8 need name attribute to parse param. Close gh-914. | Daniel Galvez | 2012-10-16 | 1 | -2/+20 |
|/ |
|
* | Fix #12347 and #12384. Use a fresh div in jQuery.clean each time. | Dave Methvin | 2012-08-28 | 1 | -8/+8 |
* | Revert "Fix #12120. Always stack .before/.after, and fix disconnected nodes." | Dave Methvin | 2012-08-24 | 1 | -3/+8 |
* | Fix #12120. Always stack .before/.after, and fix disconnected nodes. | Dave Methvin | 2012-08-23 | 1 | -8/+3 |
* | Fix #12266. IE9/10 says document[0] is document.frames[0]? Close gh-903. | Elijah Manor | 2012-08-22 | 1 | -8/+4 |
* | Quote reserved keyword 'throws' to satisfy yui compressor. Fixes #12158. | Timmy Willison | 2012-07-30 | 1 | -1/+1 |
* | Fix #12127, fer real. IE9/10 check state on clone. Close gh-875. | Daniel Chatfield | 2012-07-25 | 1 | -3/+2 |
* | Revert "Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873." | Dave Methvin | 2012-07-25 | 1 | -1/+3 |
* | Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873. | Daniel Chatfield | 2012-07-25 | 1 | -3/+1 |
* | Fix #12132. IE10 dislikes detached object elements. Close gh-870. | Elijah Manor | 2012-07-24 | 1 | -4/+5 |
* | Clean up regexen; use common regex for numbers. Close gh-862. | Richard Gibson | 2012-07-22 | 1 | -1/+1 |
* | Fix #10517. before() and after() on disconnected node should return multiple ... | Uri Gilad | 2012-07-10 | 1 | -3/+3 |
* | Fix #11962. Standardize getter return values for empty sets. | Uri Gilad | 2012-07-09 | 1 | -1/+1 |
* | Follow the style guide, lose 72 bytes! Closes gh-840. | Mike Sherov | 2012-07-09 | 1 | -7/+16 |
* | Optimization of array operations, closes gh-844. | Oleg | 2012-07-06 | 1 | -7/+9 |
* | DRY out removeData/cleanData, closes gh-838. | Richard Gibson | 2012-07-06 | 1 | -36/+49 |
* | Clear elements to avoid leaking memory. Close gh-837. Fixes #11809 | Richard Gibson | 2012-06-26 | 1 | -1/+4 |
* | Fix #11231, (append|prepend|before|after) w/ array of jQuery objects. | Sindre Sorhus | 2012-06-15 | 1 | -0/+4 |
* | 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 |
* | 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 |
* | Fixes mangled indents. | Rick Waldron waldron.rick@gmail.com | 2012-04-15 | 1 | -6/+6 |
* | 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 |
* | | 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 screw... | jaubourg | 2012-03-07 | 1 | -0/+2 |
* | Guard against exceptions when clearing safeChildNodes. | Rick Waldron waldron.rick@gmail.com | 2012-03-06 | 1 | -3/+7 |
* | 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 |