Skip to main content

Bug Tracker

Side navigation

#13824 closed bug (duplicate)

Opened April 26, 2013 12:31AM UTC

Closed April 26, 2013 12:59AM UTC

`text` method is not behaving correctly

Reported by: diofeher@gmail.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.9.1
Keywords: Cc:
Blocked by: Blocking:
Description

Just after upgrading to jQuery 1.9.1 a lot of code of my application broke in elements that used .text method.

For example (inspector console):

  • $('#extend_project_link').text('test')
<a href="#" class="button" id="extend_project_link">[object Text]</a>

Instead of placing the text in the element, [object Text] is added instead. My pull request address this issue: https://github.com/jquery/jquery/pull/1256

Attachments (0)
Change History (1)

Changed April 26, 2013 12:59AM UTC by dmethvin comment:1

resolution: → duplicate
status: newclosed

Duplicate of #13823.