Side navigation
#13090 closed bug (invalid)
Opened December 19, 2012 12:08PM UTC
Closed January 04, 2013 08:50AM UTC
Error receiving ajax response beginning with style element
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello.The response begins with
<style type="text/css"> .foo { color:red; } </style>
but even an empty style element works.
The result:
Error: Syntax error, unrecognized expression: <style type="text/css">
and an exception occurs.
Attachments (0)
Change History (6)
Changed December 19, 2012 01:11PM UTC by comment:1
owner: | → anonymous |
---|---|
status: | new → pending |
Changed December 19, 2012 02:07PM UTC by comment:2
status: | pending → new |
---|
I don't own a server.How can i create an ajax example?
Changed December 19, 2012 02:14PM UTC by comment:3
status: | new → pending |
---|
Hi, you can use the "echo" capability of jsfiddle. Here's an example, just replace the alert with whatever code was failing.
Changed December 19, 2012 08:58PM UTC by comment:4
status: | pending → new |
---|
Thank you,i will create a case and let you know!
Changed December 21, 2012 04:08AM UTC by comment:5
status: | new → pending |
---|
Changed January 04, 2013 08:50AM UTC by comment:6
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.
Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/ Open the link and click to "Fork" (in the top menu) to get started.