Colin Snover
|
faefbb1ad0
|
Fix #7717 and #7165. Thanks to dmethvin and iliakan for their help fixing these issues.
|
2010-12-19 15:33:53 -06:00 |
|
Colin Snover
|
291b1edf44
|
Address some code style issues in the clone fix.
|
2010-12-16 01:29:06 -06:00 |
|
Colin Snover
|
c9c9057c4d
|
More specific version numbers.
|
2010-12-12 20:01:47 -06:00 |
|
Colin Snover
|
1a3fd3329d
|
Speed up & compatibility improvements for new clone mechanism in IE.
|
2010-12-12 19:23:22 -06:00 |
|
Colin Snover
|
4fae75d575
|
Merge branch 'bug5566' into csnover-bug5566. Fixes #4386, #5566, #6997.
Conflicts:
src/manipulation.js
test/unit/manipulation.js
|
2010-12-12 02:39:06 -06:00 |
|
Colin Snover
|
7481a3645a
|
Fix the clone method to be a little less insane in IE, which fixes the new event-cloning clone() as well as probably a bunch of IE-related clone bugs.
|
2010-12-12 02:20:31 -06:00 |
|
jeresig
|
29616e60c8
|
Backing out cec68e2b00 , was causing serialize tests to fail. Un-fixes #5566.
|
2010-12-09 13:27:52 -05:00 |
|
jeresig
|
cec68e2b00
|
Merge branch 'bug5566' of https://github.com/csnover/jquery into csnover-bug5566
|
2010-12-09 12:44:30 -05:00 |
|
Colin Snover
|
e4900df838
|
Clone fragments in domManip using jQuery.clone instead of DocumentFragment.cloneNode in order to carry over event data. Fixes #5566, #6997.
|
2010-12-06 19:37:16 -06:00 |
|
Colin Snover
|
c8be9461ee
|
Clean up empty lines with whitespace in manipulation.js
|
2010-12-06 19:36:42 -06:00 |
|
Anton M
|
ab2a70e6cf
|
Make sure IE clones body elements correctly. Fixes 4386.
|
2010-11-21 01:58:46 +01:00 |
|
John Resig
|
fb48ae8e6c
|
Make sure that when multiple variables are being declared that assignments are each done on their own line.
|
2010-11-09 11:09:07 -05:00 |
|
John Resig
|
b5b3c73db3
|
We don't do end of line comments, move them above.
|
2010-11-09 10:34:32 -05:00 |
|
John Resig
|
0368606c08
|
Make sure that the contents of the element is still in place when html(Function) is called. Fixes #6733.
|
2010-09-28 09:50:44 -07:00 |
|
jeresig
|
9dc6e0c572
|
Applied the RegExp issues reported by Jeff Robinson here: http://jmrware.com/articles/2010/jqueryregex/jQueryRegexes.html Additionally broke out all remaining inline RegExp. Fixes #7062.
|
2010-09-22 09:16:28 -04:00 |
|
jeresig
|
acb162a697
|
Make sure that the removeEvent and buildFragment private functions are exposed (to help with access across modules). The final API for each of these is very much in flux and will likely change before the final release. Fixes #7011.
|
2010-09-08 18:13:35 -04:00 |
|
jeresig
|
bca5765502
|
Make sure that jQuery works even when the individual modules are loaded separately AND jQuery.noConflict(true) is used. Fixes #7011.
|
2010-09-08 13:54:33 -04:00 |
|
jeresig
|
8effe3a7de
|
Made it so that you no longer need to build jQuery in order to run the test suite (but you'll still need a checkout of QUnit and Sizzle, at least).
|
2010-03-23 12:12:16 -04:00 |
|
jeresig
|
f68b46d7ab
|
Make sure that special remove and teardown events get called when .die() is used. Additionally made sure that default actions are triggered when namespaced events are used. Fixes #6202 and #6250.
|
2010-03-09 12:22:25 -05:00 |
|
jeresig
|
0a307b332e
|
No need to use .call() anymore since we switched from .apply() for appendTo, etc. Thanks to Robert in 2c08004f6d for the heads-up.
|
2010-03-05 09:59:58 -05:00 |
|
jeresig
|
2c08004f6d
|
Attempted to fix #6227, not entirely sure if it's a problem as I'm having a hard time reproducing it. Regardless, the change is harmless and potentially even speeds up appendTo, etc. slightly.
|
2010-03-05 00:07:57 -05:00 |
|
jeresig
|
04e31ff058
|
Make sure that we don't try to remove data from an applet. Re-Fixes #1675.
|
2010-03-02 13:56:15 -05:00 |
|
jeresig
|
dcf0fa5048
|
More changes to get jQuery in line with JSLint.
|
2010-03-01 21:24:49 -05:00 |
|
jeresig
|
a4043cdcbf
|
Land some additional tweaks related to running through JSLint.
|
2010-03-01 18:19:29 -05:00 |
|
jeresig
|
a6f3757d50
|
Found a better detect for deleting an expando, added back in removeAttribute as it does work in IE.
|
2010-02-13 06:57:58 -05:00 |
|
jeresig
|
9195107dbb
|
Clean up expando removal code - only try to delete the expando from an element if it's possible.
|
2010-02-13 06:32:20 -05:00 |
|
jeresig
|
da966573c3
|
Make sure that elements that have been removed also have their special events cleaned up. Fixes #6084.
|
2010-02-13 06:10:43 -05:00 |
|
jeresig
|
c1ac9fdf45
|
Don't inject style elements using innerHTML as they will go away in IE. Fixes #5977.
|
2010-02-13 03:30:45 -05:00 |
|
jeresig
|
99e7560808
|
Make sure that we don't try to use a detached node (that was in a fragment) as a fragment in IE. Fixes #5829.
|
2010-02-13 03:14:00 -05:00 |
|
jeresig
|
726fda08be
|
Make sure the fragment isn't used if it's not the same set we're working with. Fixes #6068.
|
2010-02-13 02:49:04 -05:00 |
|
jeresig
|
a7dc66b832
|
Rename internal .getText to maintain parity between it and the primary .text(). Fixes #6094.
|
2010-02-13 02:26:50 -05:00 |
|
jeresig
|
8b86004f9c
|
Make sure that fragments containing options aren't cached.
|
2010-02-13 01:50:19 -05:00 |
|
jeresig
|
d743899971
|
Make sure that &#...; entities are encoded properly. Fixes #6042.
|
2010-02-05 19:58:08 -05:00 |
|
jeresig
|
8a4b2102ff
|
Removed extraneous nodeName check from f95147f465 commit.
|
2010-02-01 21:56:11 -05:00 |
|
Noah Sloan
|
8660ea1ab6
|
Only detach the incoming elements to replaceWith if they're DOM nodes. Fixes #5986.
|
2010-02-01 21:48:05 -05:00 |
|
jeresig
|
f95147f465
|
Fix for problem in IE 8 where deserialized (then reserialized) form markup was getting malformed. Thanks IE. Fixes #5998.
|
2010-02-01 21:26:47 -05:00 |
|
jeresig
|
f9417b9da9
|
Same problem happens with plain embed elements as well. Follow-up fix to #5904.
|
2010-02-01 18:52:12 -05:00 |
|
jeresig
|
1b28bba4d2
|
Make sure that injection of object elements continues to work in IE 6. Really hard to unit test this in a meanigful manner (the result is a visually broken plugin). Will need to be diligent about watching for this in the future. Fixes #5094.
|
2010-02-01 18:22:48 -05:00 |
|
jeresig
|
4f2e209b85
|
Make sure fragment caching is only happening on nodes in the main document. Fixes #5978.
|
2010-01-29 00:22:20 -05:00 |
|
jeresig
|
388a00fe91
|
Skip around inserting a fragment when possible (insert the node directly).
|
2010-01-28 17:18:27 -05:00 |
|
jeresig
|
0db207da23
|
Optimize for the case where a fragment-bound element is being injected into one other element.
|
2010-01-28 16:30:37 -05:00 |
|
jeresig
|
98c7248518
|
Further optimize the empty/remove/cleanData logic.
|
2010-01-28 15:25:52 -05:00 |
|
jeresig
|
0b3165fd23
|
Make sure that the correct context is being passed in for replaceWith(fn). Fixes #5798.
|
2010-01-25 19:22:28 -05:00 |
|
jeresig
|
9f17e70ae9
|
Make work wrapInner(fn) work consistently. Fixes #5799.
|
2010-01-25 19:16:23 -05:00 |
|
Michael Monteleone
|
bed759c95c
|
Make sure that checked state is cloned properly. Based upon the patch by Michael, required better test cases and in doing so found more edge cases. Introduced a new check into jQuery.support as a result. Fixes #5929.
|
2010-01-25 18:43:33 -05:00 |
|
John Resig
|
6a3d0996ed
|
Make sure that XHTML-style HTML is purified in .html(). Fixes #5845.
|
2010-01-24 21:37:05 -05:00 |
|
jeresig
|
f06e0e5575
|
Expose cleanData, make sure that all bound event handlers are properly cleaned up after html/empty/remove. Fixes #5856 and #5906.
|
2010-01-23 21:20:19 -05:00 |
|
John Resig
|
6618ff0b0a
|
Removed some dead code from buildFragment. Thanks to Sean Catchpole for the suggestion.
|
2010-01-15 17:46:33 -05:00 |
|
jeresig
|
23d600c66d
|
Make sure that wrapInner works on elements that have no contents. Fixes #3552.
|
2010-01-11 16:31:31 -05:00 |
|
jeresig
|
3e9ef6f5c0
|
Final pass at fixing #5785. Need to make sure that inner-nodes are detached before the remove() occurs (and it should still occur, the nodes are being obliterated.
|
2010-01-11 16:25:01 -05:00 |
|