Bug Tracker

Modify

Ticket #12307 (closed bug: invalid)

Opened 9 months ago

Last modified 9 months ago

jQuery replaces entities in href params when converting text to element

Reported by: Ervin Weber <errvin@…> Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.8.0
Keywords: Cc:
Blocking: Blocked by:

Description

Reproduced on jQuery version 1.8.0 OS Ubuntu (12.04, Linux ervin 3.2.0-29-generic ), Browsers tested: Chromium 18.0.1025.168 (Developer Build 134367 Linux) Ubuntu 12.04 and Firefox 14.0.1.

var text = '<a href="/ra?a=b&divide_money=both&d=e">test</a>' $(text).attr('href')

  • returns "/ra?a=b÷_money=both&d=e"
  • should return:

"/ra?a=b&divide_money=both&d=e"

 http://jsfiddle.net/d5Ypd/5/

Change History

comment:1 Changed 9 months ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

It's not jQuery. Use &amp; as you should.

 http://jsfiddle.net/dmethvin/d5Ypd/7/

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.