Side navigation
#6158 closed bug (fixed)
Opened February 24, 2010 03:57AM UTC
Closed March 15, 2011 09:08PM UTC
Last modified April 15, 2011 03:32PM UTC
"elems is undefined" JavaScript error calling $(this).text() in .replaceWith() argument
Reported by: | jablko | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.5.2 |
Component: | manipulation | Version: | 1.4.1 |
Keywords: | text, replaceWith | Cc: | |
Blocked by: | Blocking: |
Attachments (1)
Change History (6)
Changed June 15, 2010 12:10AM UTC by comment:1
component: | unfiled → manipulation |
---|
Changed August 11, 2010 01:50AM UTC by comment:2
Confirmed; test case attached.
It seems like the function should be called in a this.each() for the matched set, and that's not happening.
Changed October 25, 2010 07:35AM UTC by comment:3
keywords: | → text, replaceWith |
---|---|
milestone: | 1.4.2 → 1.5 |
priority: | → low |
status: | new → open |
Changed March 05, 2011 04:07PM UTC by comment:4
Pull request here: https://github.com/jquery/jquery/pull/261
Changed March 15, 2011 09:08PM UTC by comment:5
milestone: | → 1.5.2 |
---|---|
resolution: | → fixed |
status: | open → closed |
Landed.
Changed April 15, 2011 03:32PM UTC by comment:6
----