15 Commits

Author SHA1 Message Date
Naoki Sawada 48576af671 Prepare elFinder for jQuery 4 sup (#3781)
* Refactor touch event binding in elfinder.js (#3762)

for jquery 4.0

* Refactor name trimming in elFinder.resources.js (#3763)

for jquery 4.0

* Replace jQuery methods with native JavaScript equivalents (#3764)

for jquery 4.0

* Refactor command binding to use bind method (#3765)

for jquery 4.0

* Refactor search input value handling and buttonset (#3766)

for jquery 4.0

* Refactor function calls to use bind instead of proxy (#3767)

for jquery 4.0

* Refactor text trimming method in parseUploadData (#3768)

for jquery 4.0

* Fix mime trimming and whitespace handling (#3769)

for jquery 4.0

* Refactor value trimming to use native trim method (#3772)

for jquery 4.0

* Fix binding of 'make' method in mkfile.js (#3773)

for jquery 4.0

* Fix binding of make function in mkdir command (#3774)

for jquery 4.0

* Fix string trimming for translator names (#3775)

for jquery 4.0

* Fix binding of mixin make function in edit.js (#3776)

For jquery 4

* Refactor permission value trimming method (#3777)

For jquery 4.0

* fix: to support jQuery 4.0.0

* update: use jQuery 4.0.0/jQueyUI 1.14.2

---------

Co-authored-by: Brian Stone <brianstone@hotmail.com.au>
2026-04-20 13:45:00 +09:00
nao-pon 8ff4e78371 [js] Update to jQuery 3.7.1 and Jquery UI 1.13.2 2023-12-20 00:03:37 +09:00
nao-pon 28cdc3dd7f [html] use jQuery 3.4.1 2019-12-30 20:31:06 +09:00
Alex Yashkin 7a53da192f [example] Update elfinder.legacy.html (#2397)
Fixed Uncaught SyntaxError: missing ) after argument list
2018-02-21 00:23:16 +09:00
nao-pon 1350900b93 fix #2336 'jp' isn't a Japanese in ISO-639 correctly it's a 'ja' 2017-12-19 17:19:57 +09:00
nao-pon d44fc68128 [js:core] re-fix of registration of fm.decodeRawString by fm.options.rawStringDecoder
c.f cc3d2ae1f3
2017-12-11 23:58:59 +09:00
nao-pon cc3d2ae1f3 [js:core] bugfix of registration of fm.decodeRawString by fm.options.rawStringDecoder 2017-12-11 23:33:33 +09:00
nao-pon f040fe041a [example:manager] fix # add "X-UA-Compatible" content="IE=edge,chrome=1" 2017-12-01 13:44:55 +09:00
nao-pon 7b9341bf08 [example] use editors.defailt.min.js 2017-08-24 20:43:13 +09:00
nao-pon 99ab753617 [js:core] fix #2079 lost binded user functions with node.elfinder('reload') 2017-06-29 13:12:52 +09:00
nao-pon 2aa7604b9d [js:core] fix #2073 auto loading of language files implemented in core 2017-06-28 13:25:51 +09:00
nao-pon a86709f751 [cmd:edit] fix #2047 unable to edit without extras/editors.default.js 2017-06-14 09:45:03 +09:00
Naoki Sawada fd54e55b32 Update elfinder.legacy.html 2017-05-26 17:58:17 +09:00
nao-pon d9e8378a96 [example] change recommended version of jQuery to 3.2.1 2017-03-24 16:12:48 +09:00
nao-pon fb17859b12 [js] fix #1000 Wrap compiled code in UMD (for commonJs and AMD support) 2016-11-23 22:55:21 +09:00