Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Landing pull request 389. Null elements in clone to avoid memory leak in IE. ↵ | Scott Hughes | 2011-05-25 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Fixes #9341. More Details: - https://github.com/jquery/jquery/pull/389 - http://bugs.jquery.com/ticket/9341 | ||||
* | | Landing pull request 365. jQuery.buildFragment, ensure doc is a document; ↵ | Rick Waldron | 2011-05-13 | 1 | -3/+16 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Fixes #8950. More Details: - https://github.com/jquery/jquery/pull/365 - http://bugs.jquery.com/ticket/8950 | ||||
| * | | jQuery.buildFragment, ensure doc is a document; Includes comments; Adds unit ↵ | Rick Waldron | 2011-04-30 | 1 | -4/+17 |
| | | | | | | | | | | | | test. Fixes #8950 | ||||
* | | | Fixes #9221. Wraps openings of html comments and CDATA blocks found at the ↵ | jaubourg | 2011-05-11 | 1 | -2/+3 |
| | | | | | | | | | | | | beginning of inserted script elements into a javascript block comment so that the new implementation of globalEval will not throw an exception in IE (execScript being less lenient than eval). Unit tests added. | ||||
* | | | Fix problem with appending multiple string arguments in IE 6. Fixes #9072. | John Resig | 2011-05-03 | 1 | -4/+4 |
|/ / | |||||
* | | Landing pull request 332. Appending disconnected radio or checkbox inputs ↵ | timmywil | 2011-04-21 | 1 | -42/+71 |
| | | | | | | | | | | | | | | | | | | and keeping checked setting Fixes #8060, #8500. More Details: - https://github.com/jquery/jquery/pull/332 - http://bugs.jquery.com/ticket/8060 - http://bugs.jquery.com/ticket/8500 | ||||
* | | IE9's support for SVG elements unfortunately does not extend to ↵ | timmywil | 2011-04-13 | 1 | -2/+6 |
| | | | | | | | | clearAttributes. Checks for its presence before proceeding. | ||||
* | | JSLint failed due to function created within for loop | timmywil | 2011-04-12 | 1 | -3/+6 |
| | | |||||
* | | Merge branch 'master' of https://github.com/rjgotten/jquery into ↵ | John Resig | 2011-04-12 | 1 | -1/+6 |
|\ \ | | | | | | | | | | | | | | | | | | | rjgotten-master. Also added in unit tests covering the case. Fixes #6180. Conflicts: src/manipulation.js | ||||
| * | | Check against the type attribute of script elements retrieved through ↵ | rjgotten | 2010-10-17 | 1 | -16/+18 |
| | | | | | | | | | | | | | | | | | | getElementsByTagName() so that only those elements of type "text/javascript" are handled by 'clean'. Fixes #6180: jQuery.clean should not touch script tags that are not of type text/javascript | ||||
* | | | - Added a hook to swap display none for width and height in browsers that do ↵ | timmywil | 2011-04-03 | 1 | -1/+2 |
| | | | | | | | | | | | | not sufficiently support get/setAttribute | ||||
* | | | Make the new attr/prop changes pass the test suite (in Webkit). There are ↵ | timmywil | 2011-04-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | still errors in IE. + Added hooks for selected, checked, readonly, disabled to removeAttr if set to falsey + Removed all attrs from attrFix, these aren't needed for setAttribute + If prop is used for class, do we want a propFix for class? - We could just assume the user should know to use className with prop. I've done the latter for now. + Created tests for $.fn.prop and $.fn.removeProp - Actually all I did was change broken attr tests to prop where it made sense. | ||||
* | | | removing parens | Jordan Boesch | 2011-03-14 | 1 | -1/+1 |
| | | | |||||
* | | | bug 6158; fixing replaceWith from throwing errors on non existant elements | Jordan Boesch | 2011-03-05 | 1 | -4/+3 |
| | | | |||||
* | | | bug 6158; fixing replaceWith from throwing errors on empty elements | Jordan Boesch | 2011-03-05 | 1 | -0/+3 |
| |/ |/| | |||||
* | | Make a new jQuery.support.noCloneChecked - splitting apart the previous ↵ | jeresig | 2011-02-23 | 1 | -12/+22 |
| | | | | | | | | feature detect relating to clone in IE, fixes the last remaining issue with IE 9 RC. Fixes #8365. | ||||
* | | Make sure .clone(true) correctly clones namespaced events. Fixes #4537. | Anton M | 2011-02-10 | 1 | -1/+1 |
| | | |||||
* | | Fix some whitespace issues. Improve and correct an events test. | Anton M | 2011-02-10 | 1 | -4/+4 |
| | | |||||
* | | Fixes #8098. Use the fast document.head when available. Don't set unneeded ↵ | Mathias Bynens | 2011-02-02 | 1 | -1/+1 |
| | | | | | | | | "script.type = text/javascript". | ||||
* | | Fixes #8129. Fix cloning multiple selected options in IE8. | rwldrn | 2011-02-02 | 1 | -2/+2 |
| | | |||||
* | | The default for .clone() is to not clone any events. Fixes #8123. | jeresig | 2011-02-01 | 1 | -1/+1 |
| | | |||||
* | | Use the original element/fragment as the last item to be appended to the ↵ | Colin Snover | 2011-01-28 | 1 | -6/+13 |
| | | | | | | | | document instead of the first in order to prevent missing elements when appending to multiple elements. Fixes #8070. | ||||
* | | Merge branch '8017lint' of https://github.com/rwldrn/jquery into 8017lint | rwldrn | 2011-01-22 | 1 | -3/+4 |
| | | |||||
* | | Cleaned up; fixes per review | rwldrn | 2011-01-20 | 1 | -9/+11 |
| | | |||||
* | | cloneCopyEvent; jQuery.clone() review | rwldrn | 2011-01-20 | 1 | -63/+71 |
| | | |||||
* | | Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ↵ | Colin Snover | 2011-01-17 | 1 | -13/+20 |
|\ \ | | | | | | | | | | checks for leaky stuff. | ||||
| * | | Fix domManip leaks the first element when appending elements to multiple ↵ | Colin Snover | 2011-01-09 | 1 | -1/+1 |
| | | | | | | | | | | | | other elements. | ||||
| * | | Change the way jQuery.data works so that there is no longer a chance of ↵ | Colin Snover | 2011-01-09 | 1 | -14/+21 |
| | | | | | | | | | | | | collision between user data and internal data. Fixes #6968. | ||||
* | | | Ensure that buildFragment clones elements properly in all browsers. Fixes ↵ | Colin Snover | 2011-01-09 | 1 | -4/+18 |
| | | | | | | | | | | | | #3879, #6655. Also improves form element clone tests and fixes bugs in $.fn.clone exposed by these new test cases related to the values of checkboxes and radio buttons in IE. | ||||
* | | | Ensure that the DOM element ref in an event handler is removed by cleanData ↵ | Dave Methvin | 2011-01-09 | 1 | -0/+5 |
|/ / | | | | | | | to avoid an IE6/7/8 memory leak. Fixes #7054. | ||||
* | | Don't cache non-html strings in buildFragment to avoid possible collision ↵ | Dave Methvin | 2010-12-27 | 1 | -2/+2 |
| | | | | | | | | with the names of Object methods like toString. Also makes the unit tests 0.5% to 8% faster. Fixes #6779. | ||||
* | | Don't use for-in loops on Arrays. Fixes #7817. Thanks to dmethvin. | Colin Snover | 2010-12-22 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | Conflicts: src/manipulation.js |