index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/npm_and_yarn/rollup-4.22.4
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
unit
/
manipulation.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Manipulation: support data-URI scripts insertion
Bin Xin
2014-12-03
1
-0
/
+9
*
Ajax: Always use script injection in globalEval
Oleg Gaidarenko
2014-06-16
1
-18
/
+22
*
Ajax, Manipulation: don't test cross-document manip in Android 2.3
Michał Gołębiowski
2014-05-05
1
-2
/
+17
*
Tests: Fix failing ajax tests in oldIE
Oleg Gaidarenko
2014-04-15
1
-1
/
+1
*
Tests: remove all the empty line whitespace
Rick Waldron
2014-02-11
1
-24
/
+24
*
Build: Upgrade QUnit to 1.14.0
Michał Gołębiowski
2014-02-05
1
-1
/
+1
*
Tests: Avoid use of QUnit.reset() in tests by splitting them
cjqed
2013-12-23
1
-172
/
+453
*
Add unit tests for .html( number ). Close gh-1447.
Jakob Stoeck
2013-11-26
1
-3
/
+6
*
Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425.
Michał Gołębiowski
2013-11-11
1
-2
/
+1
*
Fix #11809: Update text without creating DOM nodes. Close gh-1412.
Chris Antaki
2013-11-05
1
-2
/
+20
*
Simplify replaceWith method. Closes gh-1276
Oleg
2013-09-17
1
-7
/
+8
*
Fix #10814. Make support tests lazy and broken out to components.
Michał Gołębiowski
2013-09-06
1
-9
/
+3
*
Fix #13818: Add wrapMap entry for col element
Oleg
2013-04-24
1
-0
/
+14
*
Fix #13810: .replaceWith(nextSibling)
Richard Gibson
2013-04-22
1
-1
/
+13
*
Followup #13779: Backwards-compatible unit test
Richard Gibson
2013-04-17
1
-1
/
+1
*
Fix #12838: hook point for non-jQuery.ajax synchronous script fetch/execute i...
Richard Gibson
2013-04-17
1
-8
/
+51
*
Fixes #13779. Remove nodes in document order (uses for loop matching empty()).
Rick Waldron
2013-04-16
1
-0
/
+24
*
Fix #13596; #13722: .replaceWith consistency. Close gh-1216.
Richard Gibson
2013-04-16
1
-33
/
+58
*
Update jshintrc to conform to new style guide. Conform to onevar and unused i...
Timmy Willison
2013-04-09
1
-29
/
+29
*
Separate test/unit/wrap.js; make tests not fail when wrap module excluded
Michał Gołębiowski
2013-04-09
1
-263
/
+1
*
Fix #13721. Filter before .remove() loop so positionals work. Close gh-1221.
Dave Methvin
2013-04-06
1
-3
/
+16
*
Fix #13741. Make wrap/unwrap methods optional. Close gh-1222.
Dave Methvin
2013-04-06
1
-179
/
+200
*
bind/unbind changed to on/off in unit tests; refs #13554
Michał Gołębiowski
2013-03-25
1
-7
/
+7
*
Fix typos. Close gh-1186.
dmitrygusev
2013-02-28
1
-2
/
+2
*
No ticket: Revise unit tests in anticipation of Sizzle-free builds
Richard Gibson
2013-02-22
1
-35
/
+30
*
Fix #13401: replaceWith(""). Close gh-1163.
Mark Raddatz
2013-02-08
1
-0
/
+9
*
Fix #12656. Make event shorthands excludable.
Dave Methvin
2013-01-27
1
-26
/
+26
*
Fix #13232, fix jQuery.buildFragment for tables, close gh-1138.
Oleg
2013-01-20
1
-0
/
+29
*
Fix #13233: re-allow .replaceWith of text nodes. Close gh-1137.
Richard Gibson
2013-01-16
1
-1
/
+5
*
No ticket: improve replaceWith testing
Richard Gibson
2013-01-16
1
-55
/
+35
*
Ref gh-1117: Don't stop on a falsy value in buildFragment. Close gh-1124.
Oleg
2013-01-09
1
-2
/
+2
*
Adjusts unit test regarding exception in injected scripts so that it accounts...
jaubourg
2013-01-08
1
-9
/
+13
*
Bring back jQuery.buildFragment and remove jQuery.clean
Oleg
2013-01-08
1
-19
/
+2
*
Remove noCloneEvent detects and white-box unit test.
Dave Methvin
2013-01-03
1
-42
/
+0
*
Add tests for th element
Oleg
2012-12-28
1
-2
/
+2
*
Add more tests for wrapMap
Oleg
2012-12-28
1
-1
/
+2
*
Add test for td append
Oleg
2012-12-28
1
-2
/
+2
*
wrapMap.thead = wrapMap.tr
Oleg
2012-12-28
1
-2
/
+2
*
Rewrite tests for colgroup, caption
Oleg
2012-12-28
1
-7
/
+8
*
Add comments for optgroup and option elements in wrapMap
Oleg
2012-12-28
1
-1
/
+5
*
Remove fix for #4484, add more tests
Oleg
2012-12-28
1
-2
/
+7
*
Use tabs instead of spaces
Oleg
2012-12-24
1
-1
/
+1
*
Use tabs instead of spaces
Oleg
2012-12-24
1
-4
/
+4
*
Add additional test
Oleg
2012-12-24
1
-0
/
+9
*
Add additional test
Oleg
2012-12-24
1
-0
/
+1
*
Fix #13094. Pass index to .before(fn) fn as documented. Close gh-1093.
Oleg
2012-12-20
1
-0
/
+8
*
Resolve a763ae72 test failures
Richard Gibson
2012-12-15
1
-4
/
+1
*
Ref #8908, gh-886. Avoid clone identity crisis in IE9/10. Close gh-1036.
Oleg
2012-12-13
1
-67
/
+0
*
Fix #11230. .appendTo and pals should always stack.
Dave Methvin
2012-12-13
1
-5
/
+5
*
Fix #4087. insertAfter, insertBefore, etc do not work if origin and destinati...
Paul Ramos
2012-12-11
1
-0
/
+34
[next]