jquery/src
Oleg Gaidarenko 0ac28ed293 Ajax: simplify one ajax call and add explanatory comment
* Remove "async = true" from script transport since it was needed
  for FF < 4 and old Opera which we do not support anymore

* Add comment to "evalUrl" method on why "type" field should be explicit
2015-02-15 02:00:38 +03:00
..
ajax Ajax: simplify one ajax call and add explanatory comment 2015-02-15 02:00:38 +03:00
attributes Core: Standardize indexOf comparisons 2015-01-10 23:47:01 -05:00
core Core: Return empty array instead of null for parseHTML("") 2015-01-19 11:38:04 -05:00
css CSS: save 20 bytes in css/support 2015-02-05 02:48:32 +01:00
data Data: avoid non-alphanumeric chars in expando properties 2014-09-26 15:03:05 +04:00
effects Build: update grunt-jscs-checker and pass with the new rules 2014-07-17 10:25:59 -07:00
event Build: update grunt-jscs-checker and pass with the new rules 2014-07-17 10:25:59 -07:00
exports Build: fix tests in AMD mode 2014-12-09 15:39:24 -05:00
manipulation Ajax: simplify one ajax call and add explanatory comment 2015-02-15 02:00:38 +03:00
queue Change broken url to wayback one 2014-10-30 10:26:38 -04:00
traversing Core: Remove deprecated context and selector properties 2015-01-11 21:11:56 -05:00
var Build: Don't assume the browser environment; smoke test on Node w/ jsdom 2014-12-26 13:26:46 +01:00
.jshintrc Build: Don't assume the browser environment; smoke test on Node w/ jsdom 2014-12-26 13:26:46 +01:00
ajax.js Ajax: $.post and $.get can now take an options object 2015-01-11 20:32:38 -05:00
attributes.js All non-var modules should not indent in their AMD wrappers (just for prettier builds). No functionality changes. 2013-09-09 12:08:00 -04:00
callbacks.js Callbacks: Reduce size 2015-01-10 23:08:27 -05:00
core.js Core: Remove deprecated context and selector properties 2015-01-11 21:11:56 -05:00
css.js Misc: Drop support for older browsers; update support comments 2014-11-03 18:37:26 +01:00
data.js Core: Standardize indexOf comparisons 2015-01-10 23:47:01 -05:00
deferred.js Deferred: Fix $.when with resolved deferred and progress callbacks 2014-12-25 15:39:28 +03:00
deprecated.js Deprecated: Drop size and andSelf methods 2014-10-30 01:19:54 +01:00
dimensions.js Build: update grunt-jscs-checker and pass with the new rules 2014-07-17 10:25:59 -07:00
effects.js Build: Don't assume the browser environment; smoke test on Node w/ jsdom 2014-12-26 13:26:46 +01:00
event.js Event: Add a note about a mouseenter bug in Chrome 2015-01-25 01:09:26 +01:00
intro.js Build: Remove dates from copyright notice 2015-01-03 16:01:57 -05:00
jquery.js Build: fix tests in AMD mode 2014-12-09 15:39:24 -05:00
manipulation.js Manipulation: don't auto-insert tbody 2015-02-11 16:49:59 +03:00
offset.js Offset: simplify jQuery#offsetParent method 2015-01-13 08:12:51 +03:00
outro.js Build: fix tests in AMD mode 2014-12-09 15:39:24 -05:00
queue.js Build: update grunt-jscs-checker and pass with the new rules 2014-07-17 10:25:59 -07:00
selector-native.js Build: Don't assume the browser environment; smoke test on Node w/ jsdom 2014-12-26 13:26:46 +01:00
selector-sizzle.js Fix some code style inconsistencies 2013-10-07 03:16:18 +04:00
selector.js No ticket. Restore checking individual src/**/*.js files by jsHint. 2013-09-06 20:31:18 +02:00
serialize.js Build: update grunt-jscs-checker and pass with the new rules 2014-07-17 10:25:59 -07:00
traversing.js Support: clean up comments and Support notation 2014-06-10 23:28:14 -04:00
wrap.js Manipulation: make wrapAll funarg execute only once 2014-12-24 01:51:33 +03:00