Modify ↓
Ticket #8578 (closed bug: invalid)
"No Conversion from text to text/html" in .ajax() call
| Reported by: | keith@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.next |
| Component: | ajax | Version: | 1.5.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Sample call:
$.ajax({
url: "/local/uri", type: "GET", dataType: "text/html", success: function (data) {
doSomething();
}, error: function (xmlHttpRequest, textStatus, errorThrown) {
alert("AJAX Error: " + errorThrown);
}
})
Workaround - Reverting to 1.4.4 "corrected" the issue.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

I was also able to reproduce in jsFiddle. I would attach the code (which is similar to the above), but Trac was preventing me from doing so.