Side navigation
#13408 closed bug (duplicate)
Opened February 07, 2013 10:29AM UTC
Closed February 07, 2013 01:52PM UTC
$(html) Syntax error, unrecognized expression (html start with special char)
Reported by: | scdevelop@gmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi all.
Using $(htmlstring) if htmlstring start with special char (\\r , \\n ) the function return error:
"Syntax error, unrecognized expression..."
Example:
$("\\r\\n<div>Test</div>")
Syntax error, unrecognized expression: <div>Test</div>
$("<div>Test</div>")
Works correcly.
This was not present on 1.8 version.
Regards.
Attachments (0)
Change History (1)
Changed February 07, 2013 01:52PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #13351.