Article 13
Replying to martyn.frank.87@…: I can see that this was released in jQuery 2, but is there any plans to release it in jQuery 1? The problem shouldn't exist in the 1.x branch. If it does, file a new...
View ArticleArticle 12
I can see that this was released in jQuery 2, but is there any plans to release it in jQuery 1?
View ArticleArticle 11
Don't try and convert data for 204 No Content responses. Fixes #13292. Fixes #13261. Changeset: eb47553eeac58861bcefac063c0e03e161b4d52c
View Articlestatus changed; resolution set
status changed from assigned to closedresolution set to fixed Don't try and convert data for 204 No Content responses. Fixes #13292. Fixes #13261. Changeset: bfc61b879e9e94ef7c6b31919b7f287ffdf180a8
View Articlepriority, status, component, milestone changed; owner set
owner set to jaubourgpriority changed from undecided to blockerstatus changed from new to assignedcomponent changed from unfiled to ajaxmilestone changed from None to 1.9.1 Merci, Jean. Much...
View ArticleArticle 8
Here a JSFiddle that show the error using Github API: http://jsfiddle.net/arkVR/7/ Note that you have to provide your GIthub username and passwords. You will see that in the second request it's the...
View ArticleArticle 7
Unfortunately jsFiddle can't be used to respond with a 204/No Content. Could you then provide a test case somewhere on the web? A URL on a server of yourse maybe. You might want to have a look at the...
View ArticleArticle 6
Replying to anonymous: Pull request: https://github.com/jquery/jquery/pull/1142 +1 That's exactly what should happen!
View ArticleArticle 5
Replying to jaubourg: Could we have a test case that doesn't use mockjax? Because the test case in #13261 doesn't fail if and when you remove the contentType option. It doesn't make any sense since...
View ArticleArticle 4
Could we have a test case that doesn't use mockjax? Because the test case in #13261 doesn't fail if and when you remove the contentType option. It doesn't make any sense since the option is...
View Articlecc set
ccjaubourg added @jaubourg can you take a look? Seems like it should be calling the success callback.
View ArticleArticle 0
workaround is to add statusCode: { 204: function() { } } But backward comp breaks and AFAIK nothing in the release notes.
View Article