Opened 10 years ago
Closed 10 years ago
#13090 closed bug (invalid)
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.
Change History (6)
comment:1 Changed 10 years ago by
Owner: | set to anonymous |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
Status: | pending → new |
---|
I don't own a server.How can i create an ajax example?
comment:3 Changed 10 years ago by
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.
comment:4 Changed 10 years ago by
Status: | pending → new |
---|
Thank you,i will create a case and let you know!
comment:5 Changed 10 years ago by
Status: | new → pending |
---|
comment:6 Changed 10 years ago by
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.