jquery/test/unit
Michał Gołębiowski-Owczarek 93ca49e6d1
Core: Simplify code post browser support reduction
Summary of the changes:
* Core: Simplify code post browser support reduction
* Tests: Remove legacy jQuery.cache & oldIE leftovers
* Tests: Reformat JavaScript in delegatetest.html
* Docs: "jQuery Foundation Projects" -> "jQuery Projects"
* Tests: Drop an unused localfile.html file (modern browsers don't support
  the `file:` protocol this way, there's no point in keeping the file around)
* Effects: Remove a redundant `!fn` check (`fn || !fn && easing` is equivalent
  to `fn || easing`; simplify the code)
* CSS: Explain the fallback to direct object access in curCSS better
* Tests: Deduplicate `jQuery.parseHTML` test titles
* Dimensions: Add a test for fractional values
* Tests: Fix a buggy WebKit regex

Closes gh-5296
2023-09-20 00:54:40 +02:00
..
ajax.js Build: migrate most grunt tasks off of grunt 2023-09-18 12:39:00 -04:00
animation.js Tests: Exclude tests based on compilation flags, not API presence 2022-06-28 12:39:01 +02:00
attributes.js Build: migrate most grunt tasks off of grunt 2023-09-18 12:39:00 -04:00
basic.js Tests: Exclude tests based on compilation flags, not API presence 2022-06-28 12:39:01 +02:00
callbacks.js Build: migrate most grunt tasks off of grunt 2023-09-18 12:39:00 -04:00
core.js Core: Simplify code post browser support reduction 2023-09-20 00:54:40 +02:00
css.js Core: Simplify code post browser support reduction 2023-09-20 00:54:40 +02:00
data.js Build: migrate most grunt tasks off of grunt 2023-09-18 12:39:00 -04:00
deferred.js Build: migrate most grunt tasks off of grunt 2023-09-18 12:39:00 -04:00
deprecated.js Build: migrate most grunt tasks off of grunt 2023-09-18 12:39:00 -04:00
dimensions.js Core: Simplify code post browser support reduction 2023-09-20 00:54:40 +02:00
effects.js Build: migrate most grunt tasks off of grunt 2023-09-18 12:39:00 -04:00
event.js Build: migrate most grunt tasks off of grunt 2023-09-18 12:39:00 -04:00
exports.js Build: Update test code for compatibility with QUnit 2.x (#4297) 2019-02-18 19:03:26 +01:00
manipulation.js Build: migrate most grunt tasks off of grunt 2023-09-18 12:39:00 -04:00
offset.js Build: migrate most grunt tasks off of grunt 2023-09-18 12:39:00 -04:00
queue.js Build: migrate most grunt tasks off of grunt 2023-09-18 12:39:00 -04:00
ready.js Tests: Exclude tests based on compilation flags, not API presence 2022-06-28 12:39:01 +02:00
selector.js Build: migrate most grunt tasks off of grunt 2023-09-18 12:39:00 -04:00
serialize.js Build: migrate most grunt tasks off of grunt 2023-09-18 12:39:00 -04:00
support.js CSS: Make the reliableTrDimensions support test work with Bootstrap CSS 2023-07-10 18:33:05 +02:00
traversing.js Build: migrate most grunt tasks off of grunt 2023-09-18 12:39:00 -04:00
tween.js Tests: Exclude tests based on compilation flags, not API presence 2022-06-28 12:39:01 +02:00
wrap.js Core: Simplify code post browser support reduction 2023-09-20 00:54:40 +02:00