Custom Query (13852 matches)
Results (100 - 102 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#15119 | fixed | Unit test inconsistency on test/unit/selector.js | ||
Description |
I'm getting an inconsistency on a specific test. This bug is happening in the master branch and I'm getting this on Firefox 29. (Chrome inconsistencies on the unit test suite are different) The easier way to explain: sometimes it fails by timeout, sometimes it doesn't. Screenshot: http://minus.com/i/b230myRpJEPyn |
|||
#15118 | fixed | Error using "jquery/ajax" with AMD | ||
Description |
I'm trying to create snippets of how to use pieces of jQuery outside of the whole library. For a basic AJAX call I'm attempting to use the following: define([ "jquery/ajax" ], function( $ ) { $.ajax( "http://whatever" ); });
But I get an error on this line because define([ "jquery/event", "jquery/ajax/xhr" ], function( $ ) { $.get( "http://whatever" ); }); So my question is: should ajax.js depend on event.js? |
|||
#15117 | notabug | jQuery.param and long numbers. | ||
Description |
jQuery.param is not right with the long numbers. Example: => jQuery.param({"message": 73315300381497288}) "message=73315300381497280" |