Opened 5 years ago
Closed 5 years ago
#13722 closed feature (fixed)
replaceWith argument handling is inconsistent with other manipulation methods
| Reported by: | gibson042 | Owned by: | gibson042 |
|---|---|---|---|
| Priority: | high | Milestone: | 1.10/2.0 |
| Component: | manipulation | Version: | 1.9.1 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
(from https://github.com/jquery/jquery/pull/1163#commitcomment-2582368)
Manipulation methods generally accept any number of arguments, joining them together for the actual DOM manipulation step. .replaceWith should do the same.
Change History (4)
comment:1 Changed 5 years ago by
| Owner: | set to gibson042 |
|---|---|
| Status: | new → assigned |
comment:2 Changed 5 years ago by
| Component: | unfiled → manipulation |
|---|---|
| Priority: | undecided → high |
comment:3 Changed 5 years ago by
| Milestone: | None → 1.10 |
|---|
comment:4 Changed 5 years ago by
| Milestone: | 1.10 → 1.10/2.0 |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.

https://github.com/jquery/jquery/pull/1216