jrburke
|
bba3d610c7
|
Landing pull request 331. Add support for registering jQuery as an AMD module. Fixes #7102.
More Details:
- https://github.com/jquery/jquery/pull/331
- http://bugs.jquery.com/ticket/7102
|
2011-09-19 16:37:22 -04:00 |
|
timmywil
|
92405d4f5f
|
Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #9261, #9570, #10178.
Bug fixed on the side: $(window).is('a') was throwing an exception. Fixes #10178.
|
2011-09-19 15:42:30 -04:00 |
|
jrburke
|
0b1c2e642a
|
Add support for registering jQuery as an AMD module. Only does so if the AMD loader indicates it has special allowances for multiple versions of jQuery being loaded in a page.
|
2011-04-16 20:35:18 -07:00 |
|
Colin Snover
|
e2941d5a98
|
Update unit tests with a leak detection mechanism for the various jQuery globals and fix all leaks in the tests.
|
2011-01-09 15:58:47 -06:00 |
|
wycats
|
ae6655bcb6
|
Revert "Register as a CommonJS async module if in that kind of environment. Fixes #7102."
This reverts commit 6ffa730721 .
Conflicts:
src/core.js
|
2011-01-05 13:26:05 -08:00 |
|
jrburke
|
6ffa730721
|
Register as a CommonJS async module if in that kind of environment. Fixes #7102.
|
2010-12-27 13:03:27 -06:00 |
|
John Resig
|
dfeb8140fa
|
Fixed the q() method to use same instead of isSet.
|
2009-09-29 21:22:35 +00:00 |
|
John Resig
|
f8b7d391e6
|
Moved some jQuery-specific test methods into the core module.
|
2009-09-29 18:11:10 +00:00 |
|
John Resig
|
8df82d2b04
|
Moved the init test script off into a separate file.
|
2009-09-29 18:06:16 +00:00 |
|