Skip to content

Instantly share code, notes, and snippets.

View ojak's full-sized avatar

Oliver Jakubiec ojak

  • Los Angeles, CA
View GitHub Profile
@ojak
ojak / 01-firebug_results.txt
Last active December 15, 2015 09:49
Test for jQuery 1.9.1 .ajax() returns when 204 is encountered. jQuery Ticket: http://bugs.jquery.com/ticket/13654
--- TEST1: Test same domain:port with 'script' dataType
GET http://localhost:8080/204 204 No Content
Success
statusCode 204
=== OK
--- TEST2: Test different port with 'script' dataType
Success
statusCode 200
=== INCORRECT STATUSCODE.