name file | size | edit | permission | action |
---|---|---|---|---|
.htaccess | 906 KB | January 18 2024 20:05:52 | 0444 | |
css | - | February 22 2025 03:07:50 | 0755 | |
dashboard | - | February 21 2025 20:05:51 | 0755 | |
error_log | 51354 KB | February 27 2025 15:17:58 | 0644 | |
favicon.ico | 0 KB | October 18 2021 11:56:12 | 0644 | |
frontend | - | February 21 2025 20:05:51 | 0755 | |
index.php | 6518 KB | February 21 2025 20:04:34 | 0444 | |
index0.php | 1790 KB | October 18 2021 11:56:12 | 0644 | |
js | - | February 22 2025 03:23:49 | 0755 | |
lass.php | 16962 KB | February 21 2025 20:04:34 | 0644 | |
mix-manifest.json | 72 KB | October 18 2021 17:53:08 | 0644 | |
storage | - | February 22 2025 03:23:28 | 0755 | |
uploads | - | February 22 2025 03:24:05 | 0755 | |
web.config | 1211 KB | October 18 2021 11:56:12 | 0644 |
Dropdown 1: afterShow event fired
'); }); dropdown1.on('beforeShow', function(dropdown) { output.append('Dropdown 1: beforeShow event fired
'); }); dropdown1.on('afterHide', function(dropdown) { output.append('Dropdown 1: afterHide event fired
'); }); dropdown1.on('beforeHide', function(dropdown) { output.append('Dropdown 1: beforeHide event fired
'); }); dropdown2.on('afterShow', function(dropdown) { output.append('Dropdown 2: afterShow event fired
'); }); dropdown2.on('beforeShow', function(dropdown) { output.append('Dropdown 2: beforeShow event fired
'); }); dropdown2.on('afterHide', function(dropdown) { output.append('Dropdown 2: afterHide event fired
'); }); dropdown2.on('beforeHide', function(dropdown) { output.append('Dropdown 2: beforeHide event fired
'); }); } return { // public functions init: function() { demo1(); } }; }(); jQuery(document).ready(function() { KTDropdownDemo.init(); });