.. |
ajax
|
Fixes a variety of typographical problems. Closes gh-853
|
2012-07-11 09:46:21 -04:00 |
sizzle@a0523a5094
|
Sizzle: fix a small bug with combinator cache. Fixes #10499.
|
2012-07-27 17:34:39 -04:00 |
.jshintrc
|
Adjust jshint options to pass with closure 'sub' changes
|
2012-07-10 12:12:55 -04:00 |
ajax.js
|
Quote reserved keyword 'throws' to satisfy yui compressor. Fixes #12158.
|
2012-07-30 10:44:47 -04:00 |
attributes.js
|
Clean up regexen; use common regex for numbers. Close gh-862.
|
2012-07-22 22:23:32 -04:00 |
callbacks.js
|
Follow the style guide, lose 72 bytes! Closes gh-840.
|
2012-07-09 21:39:22 -04:00 |
core.js
|
Clean up regexen; use common regex for numbers. Close gh-862.
|
2012-07-22 22:23:32 -04:00 |
css.js
|
Per @gibson042, don't need .documentElement since Sizzle handles.
|
2012-07-26 09:30:49 -04:00 |
data.js
|
Fix #7579. Don't convert to number if it changes the string. Close gh-852.
|
2012-07-25 10:28:50 -04:00 |
deferred.js
|
Interim take on cross-module variables, closes gh-817.
|
2012-06-15 21:01:44 -04:00 |
deprecated.js
|
Clean up regexen; use common regex for numbers. Close gh-862.
|
2012-07-22 22:23:32 -04:00 |
dimensions.js
|
Follow the style guide, lose 72 bytes! Closes gh-840.
|
2012-07-09 21:39:22 -04:00 |
effects.js
|
Moves isHidden to src/css.js and re-introduces its use. No ticket. Closes gh-876
|
2012-07-25 16:24:10 -07:00 |
event.js
|
Clean up regexen; use common regex for numbers. Close gh-862.
|
2012-07-22 22:23:32 -04:00 |
exports.js
|
Strips IIFEs from modules; Always require built jQuery for tests.
|
2012-06-04 12:48:18 -04:00 |
intro.js
|
Update copyright to jQuery Foundation.
|
2012-07-03 23:09:44 -04:00 |
manipulation.js
|
Quote reserved keyword 'throws' to satisfy yui compressor. Fixes #12158.
|
2012-07-30 10:44:47 -04:00 |
offset.js
|
Fix #11962. Standardize getter return values for empty sets.
|
2012-07-09 23:06:51 -04:00 |
outro.js
|
Landing pull request 586. Create exports.js for exporting jQuery to window and AMD. Fixes #10687.
|
2011-11-14 12:13:25 -05:00 |
queue.js
|
stop using reserved words as argument names
|
2012-06-28 21:39:58 -04:00 |
serialize.js
|
Extracts the serialization code from the ajax module so that alternative ajax implementations can use it without the need for the whole ajax module to be included in the build.
|
2012-07-13 09:47:43 +02:00 |
sizzle-jquery.js
|
Sizzle: minor adjustments and a small fix in the child selector regex
|
2012-07-02 15:24:33 -04:00 |
support.js
|
Revert "Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873."
|
2012-07-25 14:38:55 -04:00 |
traversing.js
|
Fix a regression where has with multiple contexts was not filtering correctly. Test added.
|
2012-07-27 18:19:18 -04:00 |