| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't cache non-html strings in buildFragment to avoid possible collision wit... | Dave Methvin | 2010-12-27 | 1 | -0/+17 |
* | When a native browser event is bubbling up the DOM, make sure that the correc... | Dave Methvin | 2010-12-27 | 1 | -0/+35 |
* | Register as a CommonJS async module if in that kind of environment. Fixes #7102. | jrburke | 2010-12-27 | 2 | -23/+30 |
* | Don't use for-in loops on Arrays. Fixes #7817. Thanks to dmethvin. | Colin Snover | 2010-12-22 | 1 | -0/+3 |
|\ |
|
| * | Use a for loop rather than for/in loop when copying events, so that code will... | Dave Methvin | 2010-12-20 | 1 | -0/+3 |
* | | More unit tests and a $.hasData that works for JS objects too. | Colin Snover | 2010-12-22 | 1 | -6/+12 |
* | | Update jQuery.hasData to always return a boolean, with unit tests. | Colin Snover | 2010-12-22 | 1 | -12/+21 |
* | | Remove code for ticket #7717 which has been marked WONTFIX to match existing ... | Colin Snover | 2010-12-22 | 1 | -8/+4 |
* | | Fix #7717 and #7165. Thanks to dmethvin and iliakan for their help fixing the... | Colin Snover | 2010-12-19 | 1 | -6/+22 |
|/ |
|
* | Merge branch 'bug_7397' of https://github.com/rwldrn/jquery into rwldrn-bug_7397 | Colin Snover | 2010-12-14 | 1 | -0/+39 |
|\ |
|
| * | Updating #7397 unit tests to correctly test for a persisted display value | rwldrn | 2010-11-10 | 1 | -11/+15 |
| * | Fixes #7397; 4 supporting unit tests | rwldrn | 2010-11-09 | 1 | -0/+35 |
* | | Speed up & compatibility improvements for new clone mechanism in IE. | Colin Snover | 2010-12-12 | 2 | -2/+10 |
* | | Return test comments to ASCII space | Colin Snover | 2010-12-12 | 1 | -2/+2 |
* | | Merge branch 'bug5566' into csnover-bug5566. Fixes #4386, #5566, #6997. | Colin Snover | 2010-12-12 | 1 | -62/+108 |
|\ \ |
|
| * | | Fix the clone method to be a little less insane in IE, which fixes the new ev... | Colin Snover | 2010-12-12 | 1 | -8/+34 |
* | | | Simplified headers tests: removed multiline headers (support is far too serve... | jaubourg | 2010-12-11 | 3 | -46/+24 |
* | | | Tweaked the headers test to be apache independent and actually work. | jaubourg | 2010-12-11 | 2 | -20/+17 |
* | | | Changed document.location to window.location per Ben Alman advice. | jaubourg | 2010-12-10 | 1 | -1/+1 |
* | | | Removed non-standard (and not that useful) xhr emulation methods & reworked t... | jaubourg | 2010-12-10 | 2 | -20/+53 |
* | | | Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be fou... | jaubourg | 2010-12-09 | 6 | -14/+559 |
* | | | Backing out cec68e2b00d86357c18b576cbaed52cc1ea42a74, was causing serialize t... | jeresig | 2010-12-09 | 1 | -76/+56 |
* | | | Backing out fb6c038bf00296480234c971a1664ac01ca1479e, was causing jQuery.para... | jeresig | 2010-12-09 | 1 | -11/+4 |
* | | | Merge branch 'bug5566' of https://github.com/csnover/jquery into csnover-bug5566 | jeresig | 2010-12-09 | 1 | -56/+76 |
|\| | |
|
| * | | Clone fragments in domManip using jQuery.clone instead of DocumentFragment.cl... | Colin Snover | 2010-12-06 | 1 | -56/+76 |
* | | | Merge branch 'attrFollowupFix' of https://github.com/jitter/jquery into jitte... | jeresig | 2010-12-09 | 1 | -4/+4 |
|\ \ \ |
|
| * | | | Fix attr() problems in IE with attribute nodes. Followup to commit b50f41a2. | Anton M | 2010-12-07 | 1 | -4/+4 |
* | | | | Merge branch 'support_6897' of https://github.com/rwldrn/jquery into rwldrn-s... | jeresig | 2010-12-09 | 1 | -0/+25 |
|\ \ \ \ |
|
| * | | | | Support unit test for #6897 | rwldrn | 2010-11-09 | 1 | -0/+25 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'bug_7413' of https://github.com/rwldrn/jquery into rwldrn-bug_7413 | jeresig | 2010-12-09 | 1 | -4/+11 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Fixes #7413; isEmptyObject() check to see if obj passes isPlainObject | rwldrn | 2010-11-09 | 1 | -4/+11 |
| |/ / |
|
* | | | Merge branch 'bug7524' of https://github.com/csnover/jquery into csnover-bug7524 | John Resig | 2010-12-06 | 1 | -1/+4 |
|\ \ \ |
|
| * | | | Only try to get data attributes for a jQuery-wrapped object if it is actually... | Colin Snover | 2010-12-03 | 1 | -1/+4 |
| | |/
| |/| |
|
* | | | Merge branch 'bug7531' of https://github.com/csnover/jquery into csnover-bug7531 | John Resig | 2010-12-06 | 1 | -0/+10 |
|\ \ \ |
|
| * | | | Coerce s.url to string before calling replace, since replace is also a method... | Colin Snover | 2010-11-17 | 1 | -0/+10 |
* | | | | Merge branch 't6398' of https://github.com/jitter/jquery into jitter-t6398 | John Resig | 2010-12-06 | 1 | -3/+10 |
|\ \ \ \ |
|
| * | | | | Make sure custom events named "submit" can be bound to non DOM elements in IE... | Anton M | 2010-11-21 | 1 | -3/+10 |
| |/ / / |
|
* | | | | Merge branch 't4386' of https://github.com/jitter/jquery into jitter-t4386 | John Resig | 2010-12-06 | 1 | -1/+3 |
|\ \ \ \ |
|
| * | | | | Make sure IE clones body elements correctly. Fixes 4386. | Anton M | 2010-11-21 | 1 | -1/+3 |
| |/ / / |
|
* | | | | Merge branch 't7578' of https://github.com/jitter/jquery into jitter-t7578 | John Resig | 2010-12-06 | 1 | -2/+13 |
|\ \ \ \ |
|
| * | | | | Add unit test for fix to #7578. | Anton M | 2010-11-24 | 1 | -2/+13 |
| |/ / / |
|
* | | | | Merge branch 't5476' of https://github.com/jitter/jquery into jitter-t5476 | John Resig | 2010-12-06 | 1 | -5/+5 |
|\ \ \ \ |
|
| * | | | | Improve performance of get() for negative indices. Fixes #5476. | Anton M | 2010-11-19 | 1 | -5/+5 |
| |/ / / |
|
* | | | | Merge branch 'restrictAttr' of https://github.com/jitter/jquery into jitter-r... | John Resig | 2010-12-06 | 1 | -3/+48 |
|\ \ \ \ |
|
| * | | | | Make sure attr() works on non DOM element nodes. Fixes #7202, #7451, #7500. | Anton M | 2010-11-13 | 1 | -3/+48 |
| | |_|/
| |/| | |
|
* | | | | Handle carriage return characters in className property. Fixes #7673. | Anton M | 2010-12-01 | 1 | -4/+8 |
| |_|/
|/| | |
|
* | | | Convert test/data/text.php to use lf line endings. | Henri Wiechers | 2010-11-12 | 1 | -12/+12 |
* | | | Convert test/delegatetest.html to use lf line endings. | Henri Wiechers | 2010-11-12 | 1 | -242/+242 |
| |/
|/| |
|
* | | Backing out commit 795e880bba1f7f949df58748f7fd92e50296a8f4 - errors popping ... | jeresig | 2010-11-09 | 1 | -35/+0 |
* | | Maintain returning 0px from width/height for disconnected nodes for backwards... | jeresig | 2010-11-09 | 2 | -6/+28 |