����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/*!
* jQuery UI Effects Fade 1.13.3
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*/
//>>label: Fade Effect
//>>group: Effects
//>>description: Fades the element.
//>>docs: https://api.jqueryui.com/fade-effect/
//>>demos: https://jqueryui.com/effect/
( function( factory ) {
"use strict";
if ( typeof define === "function" && define.amd ) {
// AMD. Register as an anonymous module.
define( [
"jquery",
"../version",
"../effect"
], factory );
} else {
// Browser globals
factory( jQuery );
}
} )( function( $ ) {
"use strict";
return $.effects.define( "fade", "toggle", function( options, done ) {
var show = options.mode === "show";
$( this )
.css( "opacity", show ? 0 : 1 )
.animate( {
opacity: show ? 1 : 0
}, {
queue: false,
duration: options.duration,
easing: options.easing,
complete: done
} );
} );
} );
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| accordion.js | File | 15.76 KB | 0644 |
|
| accordion.min.js | File | 8.65 KB | 0644 |
|
| checkboxradio.min.js | File | 4.25 KB | 0644 |
|
| core.js | File | 48.72 KB | 0644 |
|
| core.min.js | File | 20.96 KB | 0644 |
|
| dialog.min.js | File | 12.79 KB | 0644 |
|
| effect-fade.js | File | 968 B | 0644 |
|
| effect-size.js | File | 5.29 KB | 0644 |
|
| effect-size.min.js | File | 2.43 KB | 0644 |
|
| selectable.js | File | 7.94 KB | 0644 |
|
| slider.min.js | File | 10.51 KB | 0644 |
|
| sortable.js | File | 46.52 KB | 0644 |
|
| sortable.min.js | File | 24.91 KB | 0644 |
|
| tooltip.js | File | 14.14 KB | 0644 |
|
| tooltip.min.js | File | 6.1 KB | 0644 |
|