2010-09-22 |
jeresig | Applied the RegExp issues reported by Jeff Robinson... |
blob | commitdiff |
2010-09-08 |
jeresig | Make sure that the removeEvent and buildFragment privat... |
blob | commitdiff | diff to current |
2010-09-08 |
jeresig | Make sure that jQuery works even when the individual... |
blob | commitdiff | diff to current |
2010-09-08 |
jeresig | Make sure that jQuery works even when the individual... |
blob | commitdiff | diff to current |
2010-06-20 |
jeresig | Made it so that you no longer need to build jQuery... |
blob | commitdiff | diff to current |
2010-03-23 |
jeresig | Made it so that you no longer need to build jQuery... |
blob | commitdiff | diff to current |
2010-03-09 |
jeresig | Make sure that special remove and teardown events get... |
blob | commitdiff | diff to current |
2010-03-05 |
jeresig | No need to use .call() anymore since we switched from... |
blob | commitdiff | diff to current |
2010-03-05 |
jeresig | Attempted to fix #6227, not entirely sure if it's a... |
blob | commitdiff | diff to current |
2010-03-02 |
jeresig | Make sure that we don't try to remove data from an... |
blob | commitdiff | diff to current |
2010-03-02 |
jeresig | More changes to get jQuery in line with JSLint. |
blob | commitdiff | diff to current |
2010-03-01 |
jeresig | Land some additional tweaks related to running through... |
blob | commitdiff | diff to current |
2010-02-13 |
jeresig | Found a better detect for deleting an expando, added... |
blob | commitdiff | diff to current |
2010-02-13 |
jeresig | Clean up expando removal code - only try to delete... |
blob | commitdiff | diff to current |
2010-02-13 |
jeresig | Make sure that elements that have been removed also... |
blob | commitdiff | diff to current |
2010-02-13 |
jeresig | Don't inject style elements using innerHTML as they... |
blob | commitdiff | diff to current |
2010-02-13 |
jeresig | Make sure that we don't try to use a detached node... |
blob | commitdiff | diff to current |
2010-02-13 |
jeresig | Make sure the fragment isn't used if it's not the same... |
blob | commitdiff | diff to current |
2010-02-13 |
jeresig | Rename internal .getText to maintain parity between... |
blob | commitdiff | diff to current |
2010-02-13 |
jeresig | Make sure that fragments containing options aren't... |
blob | commitdiff | diff to current |
2010-02-06 |
jeresig | Make sure that &#...; entities are encoded properly... |
blob | commitdiff | diff to current |
2010-02-02 |
jeresig | Removed extraneous nodeName check from f95147f465932cb9... |
blob | commitdiff | diff to current |
2010-02-02 |
Noah Sloan | Only detach the incoming elements to replaceWith if... |
blob | commitdiff | diff to current |
2010-02-02 |
jeresig | Fix for problem in IE 8 where deserialized (then reseri... |
blob | commitdiff | diff to current |
2010-02-01 |
jeresig | Same problem happens with plain embed elements as well... |
blob | commitdiff | diff to current |
2010-02-01 |
jeresig | Make sure that injection of object elements continues... |
blob | commitdiff | diff to current |
2010-01-29 |
jeresig | Make sure fragment caching is only happening on nodes... |
blob | commitdiff | diff to current |
2010-01-28 |
jeresig | Skip around inserting a fragment when possible (insert... |
blob | commitdiff | diff to current |
2010-01-28 |
jeresig | Optimize for the case where a fragment-bound element... |
blob | commitdiff | diff to current |
2010-01-28 |
jeresig | Further optimize the empty/remove/cleanData logic. |
blob | commitdiff | diff to current |
2010-01-26 |
jeresig | Make sure that the correct context is being passed... |
blob | commitdiff | diff to current |
2010-01-26 |
jeresig | Make work wrapInner(fn) work consistently. Fixes #5799. |
blob | commitdiff | diff to current |
2010-01-25 |
Michael Monteleone | Make sure that checked state is cloned properly. Based... |
blob | commitdiff | diff to current |
2010-01-25 |
John Resig | Make sure that XHTML-style HTML is purified in .html... |
blob | commitdiff | diff to current |
2010-01-24 |
jeresig | Expose cleanData, make sure that all bound event handle... |
blob | commitdiff | diff to current |
2010-01-15 |
John Resig | Removed some dead code from buildFragment. Thanks to... |
blob | commitdiff | diff to current |
2010-01-11 |
jeresig | Make sure that wrapInner works on elements that have... |
blob | commitdiff | diff to current |
2010-01-11 |
jeresig | Final pass at fixing #5785. Need to make sure that... |
blob | commitdiff | diff to current |
2010-01-11 |
jeresig | Make sure we use detach instead of remove in replaceWit... |
blob | commitdiff | diff to current |
2010-01-07 |
jeresig | Make sure that .html(Function) gets the correct previou... |
blob | commitdiff | diff to current |
2010-01-07 |
jeresig | Fixed some bugs relating to the setter arg change in... |
blob | commitdiff | diff to current |
2010-01-06 |
jeresig | A first pass at making sure that all the setter functio... |
blob | commitdiff | diff to current |
2009-12-22 |
jeresig | Forgot to make sure that oldData actually had data... |
blob | commitdiff | diff to current |
2009-12-22 |
jeresig | Explicitly re-bind the events on clone. Copying over... |
blob | commitdiff | diff to current |
2009-12-22 |
jeresig | Standardize on using double-quotes for string literals. |
blob | commitdiff | diff to current |
2009-12-22 |
jeresig | Made a number of spacing changes to bring the code... |
blob | commitdiff | diff to current |
2009-12-21 |
jeresig | Tweaked a couple cases where == was used instead of... |
blob | commitdiff | diff to current |
2009-12-17 |
jeresig | Removed 'abbr' from self-closing tags list. Fixes ... |
blob | commitdiff | diff to current |
2009-12-17 |
jeresig | Make sure that the node exists before attempting to... |
blob | commitdiff | diff to current |
2009-12-10 |
Yehuda Katz | Fix up whitespace and a couple of glitches. |
blob | commitdiff | diff to current |
2009-12-10 |
Yehuda Katz | Add function values to addClass, removeClass, toggleCla... |
blob | commitdiff | diff to current |
2009-12-09 |
John Resig | Made .clone(true) also copy over element data. Fixes... |
blob | commitdiff | diff to current |
2009-12-08 |
John Resig | Make sure that events are cloned for wrap, fixes #2977. |
blob | commitdiff | diff to current |
2009-12-07 |
John Resig | Fixed other nodeNode mistake, sigh. |
blob | commitdiff | diff to current |
2009-12-07 |
John Resig | Make sure that expando properties aren't set on embed... |
blob | commitdiff | diff to current |
2009-12-07 |
John Resig | Use the getText utility function provided by Sizzle. |
blob | commitdiff | diff to current |
2009-12-07 |
John Resig | Added in support for injecting area elements into map... |
blob | commitdiff | diff to current |
2009-12-06 |
Dave Methvin | Fix for #4011, crash when two text nodes are appended... |
blob | commitdiff | diff to current |
2009-12-05 |
jeresig | Make sure that the previous element is removed from... |
blob | commitdiff | diff to current |
2009-12-02 |
jeresig | Extracted the logic for copying events from one jQuery... |
blob | commitdiff | diff to current |
2009-12-02 |
jeresig | Fixed logic error in html method - support.leadingWhite... |
blob | commitdiff | diff to current |
2009-11-17 |
John Resig | Added support for .text() on text nodes. Fixes #5525. |
blob | commitdiff | diff to current |
2009-11-11 |
John Resig | Fixed the case where HTML that contained entities was... |
blob | commitdiff | diff to current |
2009-10-26 |
John Resig | Moved a bunch of methods out of the jQuery-specific... |
blob | commitdiff | diff to current |
2009-10-12 |
John Resig | Fixed the cleaning method to support namespaced element... |
blob | commitdiff | diff to current |
2009-09-25 |
John Resig | Adding in .unwrap() support, thanks to Ben Alman! Fixes... |
blob | commitdiff | diff to current |
2009-09-25 |
John Resig | A follow-up to [6578] (which stopped adding expandos... |
blob | commitdiff | diff to current |
2009-09-15 |
John Resig | Adding some fixes for commit [6537]. If there's leading... |
blob | commitdiff | diff to current |
2009-09-15 |
John Resig | Fix for SVN rev [6537]. Events weren't being unbound... |
blob | commitdiff | diff to current |
2009-09-14 |
John Resig | Another fix for [6537] - make sure that .innerHTML... |
blob | commitdiff | diff to current |
2009-09-14 |
John Resig | Fixed a bug introduced in SVN rev [6537] that caused... |
blob | commitdiff | diff to current |
2009-09-14 |
John Resig | Added support for .before(), .after(), and .replaceWith... |
blob | commitdiff | diff to current |
2009-09-14 |
Ariel Flesler | jquery core: Fixed #5202. Fixing selector generation... |
blob | commitdiff | diff to current |
2009-09-07 |
John Resig | Broke the logic for .clean() wrap out into a separate... |
blob | commitdiff | diff to current |
2009-09-07 |
John Resig | Split out the fragment-building code from domManip... |
blob | commitdiff | diff to current |
2009-07-21 |
John Resig | Tweaked the detach addition in commit [6474]. |
blob | commitdiff | diff to current |
2009-07-21 |
Yehuda Katz | Adds detach() |
blob | commitdiff | diff to current |
2009-07-19 |
John Resig | Removing extraneous closing ). Fix for [6463]. |
blob | commitdiff | diff to current |
2009-07-19 |
John Resig | Move cases of .replace(re, Function) out from inline... |
blob | commitdiff | diff to current |
2009-07-19 |
John Resig | Fixed typo in commit #6461. |
blob | commitdiff | diff to current |
2009-07-19 |
John Resig | Made more formatting changes to manipulation.js. Also... |
blob | commitdiff | diff to current |
2009-07-19 |
John Resig | Tweaked formatting of src/manipulation.js. |
blob | commitdiff | diff to current |
2009-07-19 |
John Resig | Standardizing on .test() and .exec() - moving away... |
blob | commitdiff | diff to current |
2009-07-14 |
John Resig | We only support wrapping the first element around an... |
blob | commitdiff | diff to current |
2009-07-14 |
John Resig | Fixed wrapping of elements that hold text nodes. Thanks... |
blob | commitdiff | diff to current |
2009-07-12 |
Yehuda Katz | Add tests for replaceAll(fn) and wrap(fn) -- mark wrapA... |
blob | commitdiff | diff to current |
2009-07-12 |
Yehuda Katz | Support for .foo(Function) and testing. TODO: More... |
blob | commitdiff | diff to current |
2009-07-11 |
John Resig | IE doesn't seem to like caching fragments that have... |
blob | commitdiff | diff to current |
2009-07-11 |
John Resig | Limit domManip caching to strings < 512 characters... |
blob | commitdiff | diff to current |
2009-07-11 |
John Resig | Added caching to domManip. Fixes #4883. |
blob | commitdiff | diff to current |
2009-05-16 |
Brandon Aaron | fix remove and empty to work properly in IE when an... |
blob | commitdiff | diff to current |
2009-03-23 |
Brandon Aaron | remove trailing spaces |
blob | commitdiff | diff to current |
2009-03-22 |
Brandon Aaron | moving some vars from manipulations.js to attributes.js |
blob | commitdiff | diff to current |
2009-03-18 |
Brandon Aaron | breaking jquery out into smaller modules. added attribu... |
blob | commitdiff | diff to current |
|