jquery/src
Timo Tijhof a75d6b52fa
Core: Fix regression in jQuery.text() on HTMLDocument objects
Fixes gh-5264
Closes gh-5265

(cherry picked from commit 44c56f87a3)
2023-06-12 23:12:33 +02:00
..
ajax Ajax: Don't treat array data as binary 2023-03-21 00:36:00 +01:00
attributes CSS: Skip falsy values in addClass( array ), compress code 2022-01-24 18:56:49 +01:00
core Core:Selector: Move jQuery.contains from the selector to the core module 2022-12-12 22:27:59 +01:00
css CSS: Return undefined for whitespace-only CSS variable values (#5120) 2022-10-03 18:10:42 +02:00
data Docs: Replace #NUMBER Trac issue references with trac-NUMBER 2022-01-04 16:27:18 +01:00
deferred Deferred: Rename getStackHook to getErrorHook 2023-03-14 22:32:45 +01:00
deprecated Deprecated: Define .hover() using non-deprecated methods 2023-05-22 18:23:19 +02:00
effects Build: Correct code indentations based on jQuery Style Guide 2020-05-05 10:49:27 +02:00
event Docs: Replace #NUMBER Trac issue references with trac-NUMBER 2022-01-04 16:27:18 +01:00
exports Docs: Replace #NUMBER Trac issue references with trac-NUMBER 2022-01-04 16:27:18 +01:00
manipulation Manipulation: Extract domManip to a separate file 2022-10-10 18:15:34 +02:00
queue Docs: Remove links to Web Archive from source 2022-01-04 16:33:43 +01:00
selector Tests: Indicate Chrome 112 & Safari 16.4 pass the cssHas support test 2023-04-05 00:34:39 +02:00
traversing Build: Update eslint-config-jquery, fix linting violations 2020-05-18 22:25:49 +02:00
var Core: Don't rely on splice being present on input 2022-01-24 18:55:16 +01:00
.eslintrc.json Build: Make the import/no-unused-modules ESLint rule work in WebStorm 2020-09-02 17:24:55 +02:00
ajax.js Ajax: Support binary data (including FormData) 2023-02-01 13:48:35 +01:00
attributes.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
callbacks.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
core.js Core: Fix regression in jQuery.text() on HTMLDocument objects 2023-06-12 23:12:33 +02:00
css.js CSS: Make offsetHeight( true ), etc. include negative margins 2023-04-04 16:00:55 +02:00
data.js Docs: Replace #NUMBER Trac issue references with trac-NUMBER 2022-01-04 16:27:18 +01:00
deferred.js Deferred: Rename getStackHook to getErrorHook 2023-03-14 22:32:45 +01:00
deprecated.js Deprecated: Remove jQuery.trim 2020-05-18 23:20:38 +02:00
dimensions.js Build: Correct code indentations based on jQuery Style Guide 2020-05-05 10:49:27 +02:00
effects.js Effects: Remove jQuery.fx.interval 2022-03-01 14:11:50 +01:00
event.js Event: Avoid collisions between jQuery.event.special & Object.prototype 2023-04-03 18:40:24 +02:00
jquery.js Ajax: Support binary data (including FormData) 2023-02-01 13:48:35 +01:00
manipulation.js Manipulation: Extract domManip to a separate file 2022-10-10 18:15:34 +02:00
offset.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
queue.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
selector-native.js Selector: Re-expose jQuery.find.{tokenize,select,compile,setDocument} 2023-06-12 22:58:55 +02:00
selector.js Selector: Re-expose jQuery.find.{tokenize,select,compile,setDocument} 2023-06-12 22:58:55 +02:00
serialize.js Build: Correct code indentations based on jQuery Style Guide 2020-05-05 10:49:27 +02:00
traversing.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
wrap.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
wrapper.js Docs: Replace #NUMBER Trac issue references with trac-NUMBER 2022-01-04 16:27:18 +01:00