Richard Gibson
|
bb570fc373
|
Fix #12920: remove addMandatoryAttributes. Close gh-1037.
|
2012-11-20 22:57:41 -05:00 |
|
Richard Gibson
|
22f58bd688
|
fix Safari test failures
|
2012-11-19 17:17:48 -05:00 |
|
Richard Gibson
|
e889134058
|
Fix #11795, #10470: keep scripts in DOM; execute only on first insertion. Close gh-864.
|
2012-11-19 09:50:19 -05:00 |
|
Elijah Manor
|
5904468b9c
|
Fix #8908. Don't let change to originals affect clones in IE9/10. Close gh-886.
|
2012-11-18 14:49:36 -05:00 |
|
Dave Methvin
|
02c726f71c
|
Fix #12777. Add applet to non-cacheable fragment types.
I don't want to add a unit test that creates a dependency on an applet.
|
2012-11-13 10:30:25 -05:00 |
|
Oleg
|
18e7a53d15
|
Elements created from html strings have a parentnode. Fixes #12392
|
2012-10-25 20:41:47 -04:00 |
|
Dave Methvin
|
69e2f068fe
|
Fix #9469. Remove semi-functional .selector property. Close gh-1006.
Saved 65 bytes.
|
2012-10-24 22:36:20 -04:00 |
|
Rick Waldron
|
8076a33bd8
|
Don't expose jQuery.deletedIds. Close gh-889.
|
2012-10-20 21:02:21 -04:00 |
|
Mike Sherov
|
16d996ba0c
|
no ticket: remove and enforce unused vars in jshint
|
2012-10-17 12:52:12 -04:00 |
|
Sai Wong
|
0c1cea3761
|
Refactored before/after/replaceWith to not pushStack. Fixes #12664, closes gh-987
|
2012-10-16 16:50:40 -04:00 |
|
Dave Methvin
|
947acfc32e
|
Merge branch 'master' of github.com:jquery/jquery
|
2012-10-16 15:15:00 -04:00 |
|
Daniel Galvez
|
ef7bce7e5c
|
Fix #11280. IE6-8 need name attribute to parse param. Close gh-914.
|
2012-10-16 15:07:44 -04:00 |
|
Rick Waldron
|
aeb036893d
|
Fixes busted indents. Sorry folks
|
2012-10-16 15:07:18 -04:00 |
|
Rick Waldron
|
1fdc0b7f78
|
Replace unknown, mysterious html arg to replaceWith(fn...), with just the current node.
|
2012-10-16 15:01:59 -04:00 |
|
Dave Methvin
|
b6a7d022ee
|
Fix #12347 and #12384. Use a fresh div in jQuery.clean each time.
Regression was introduced in 22ad8723ce most likely because the clown who fixed http://bugs.jquery.com/ticket/4011 didn't add a unit test.
|
2012-08-28 17:02:01 -04:00 |
|
Dave Methvin
|
a5be986206
|
Revert "Fix #12120. Always stack .before/.after, and fix disconnected nodes."
This reverts commit e2eac3f4d2 .
There is a 1.7 regression with isDisconnected() that we should fix before tackling this.
|
2012-08-24 11:57:48 -04:00 |
|
Dave Methvin
|
e2eac3f4d2
|
Fix #12120. Always stack .before/.after, and fix disconnected nodes.
|
2012-08-23 23:25:57 -04:00 |
|
Elijah Manor
|
10901f7d9f
|
Fix #12266. IE9/10 says document[0] is document.frames[0]? Close gh-903.
|
2012-08-22 21:48:02 -04:00 |
|
Elijah Manor
|
f296335360
|
Add support check, added assertion to check if cleared, add edge case for backgroundPosition
|
2012-08-13 07:46:55 -05:00 |
|
Elijah Manor
|
f952b97997
|
Updated the comment above the fix
|
2012-08-08 15:36:20 -05:00 |
|
Elijah Manor
|
d5d8622329
|
Fix weird clone bug and add a unit test to verify
|
2012-08-08 15:31:59 -05:00 |
|
Timmy Willison
|
beeab4d126
|
Quote reserved keyword 'throws' to satisfy yui compressor. Fixes #12158.
|
2012-07-30 10:44:47 -04:00 |
|
Daniel Chatfield
|
155855b2a9
|
Fix #12127, fer real. IE9/10 check state on clone. Close gh-875.
|
2012-07-25 22:23:24 -04:00 |
|
Dave Methvin
|
de213be372
|
Revert "Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873."
This reverts commit 569d064fc9 .
Causing test fails in Safari, IE6, and IE7.
|
2012-07-25 14:38:55 -04:00 |
|
Daniel Chatfield
|
569d064fc9
|
Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873.
|
2012-07-25 09:32:33 -04:00 |
|
Elijah Manor
|
077987876b
|
Fix #12132. IE10 dislikes detached object elements. Close gh-870.
|
2012-07-24 14:45:02 -04:00 |
|
Richard Gibson
|
c14a6b385f
|
Clean up regexen; use common regex for numbers. Close gh-862.
|
2012-07-22 22:23:32 -04:00 |
|
Uri Gilad
|
f843a7062f
|
Fix #10517. before() and after() on disconnected node should return multiple nodes. Closes gh-851.
|
2012-07-10 10:14:43 -04:00 |
|
Uri Gilad
|
21b0db7993
|
Fix #11962. Standardize getter return values for empty sets.
|
2012-07-09 23:06:51 -04:00 |
|
Mike Sherov
|
8f01b92b8f
|
Follow the style guide, lose 72 bytes! Closes gh-840.
|
2012-07-09 21:39:22 -04:00 |
|
Oleg
|
05aff40231
|
Optimization of array operations, closes gh-844.
|
2012-07-06 09:48:52 -04:00 |
|
Richard Gibson
|
f8baea8f7a
|
DRY out removeData/cleanData, closes gh-838.
|
2012-07-06 09:22:44 -04:00 |
|
Richard Gibson
|
b6d02735e9
|
Clear elements to avoid leaking memory. Close gh-837. Fixes #11809
|
2012-06-26 14:49:56 -04:00 |
|
Sindre Sorhus
|
ea9ec95276
|
Fix #11231, (append|prepend|before|after) w/ array of jQuery objects.
Closes gh-666, thanks to @rkatic!
|
2012-06-15 22:29:02 -04:00 |
|
Vladimir Zhuravlev
|
9c28a320c3
|
Fix #11566, allow appending to DocumentFragment, closes gh-814.
|
2012-06-15 21:37:01 -04:00 |
|
Richard Gibson
|
a101e81bde
|
Interim take on cross-module variables, closes gh-817.
|
2012-06-15 21:01:44 -04:00 |
|
jaubourg
|
ac48a19b92
|
Some work to modularize ajax later on.
|
2012-06-11 14:00:16 +02:00 |
|
Rick Waldron
|
7c23b77af2
|
Strips IIFEs from modules; Always require built jQuery for tests.
|
2012-06-04 12:48:18 -04:00 |
|
Richard Gibson
|
742872984e
|
Fix #11743: Don't mask script errors in jQuery.ajax, closes gh-795.
|
2012-05-31 08:31:13 -07:00 |
|
Jason Moon
|
4757881759
|
Fix #11796. Preserve oldIE change delegation on clone. Closes gh-789.
|
2012-05-22 21:29:13 -04:00 |
|
Jason Moon
|
e93f2a89e2
|
Fix #11649. Preserve oldIE submit flag when cloning, closes gh-772.
|
2012-05-18 16:34:30 -04:00 |
|
jaubourg
|
7778c77222
|
Fixes #10285 (for real this time).
|
2012-05-12 23:26:39 +02:00 |
|
jaubourg
|
a743be19bd
|
Fixes #11402. domManip now also removes the closing part of HTML comments or CDATA surrounding executed scripts. Unit tests added.
|
2012-05-06 01:27:01 +02:00 |
|
Oleg
|
abd2a07498
|
Fix #8894. Ensure .appendTo creates a new set in oldIE.
|
2012-04-16 21:57:41 -04:00 |
|
Rick Waldron waldron.rick@gmail.com
|
6e0b3e8e73
|
More indent correction
Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
|
2012-04-15 22:54:18 -04:00 |
|
Rick Waldron waldron.rick@gmail.com
|
576607de0f
|
Fixes mangled indents.
Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
|
2012-04-15 21:59:25 -04:00 |
|
Rick Waldron
|
62a4c84503
|
Fix #10324. IE9 fumbles the innerHTML on object elements.
|
2012-04-10 21:38:11 -04:00 |
|
Oleg
|
c04bfce556
|
Fixes #11338, .replaceWith should work on detached nodes.
|
2012-04-05 12:53:36 -04:00 |
|
cmcnulty
|
4cd57d727a
|
Fix 11528. Exclude link/html5 tags from innerHTML path on oldIE.
|
2012-04-05 12:26:20 -04:00 |
|
Richard Gibson
|
22ad8723ce
|
Fix #11325: smaller/stronger domManip/buildFragment/clean
|
2012-04-04 23:03:34 -04:00 |
|