File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/js
Editing: js/templatemo-script.js
Full path: C:\ict\ICT\js\templatemo-script.js
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
/* * www.templatemo.com *******************************************************/ /* HTML document is loaded. DOM is ready. -----------------------------------------*/ $(document).ready(function(){ /* Mobile menu */ $('.mobile-menu-icon').click(function(){ $('.templatemo-left-nav').slideToggle(); }); /* Close the widget when clicked on close button */ $('.templatemo-content-widget .fa-times').click(function(){ $(this).parent().slideUp(function(){ $(this).hide(); }); }); });