PHP Classes

File: uploady/admin/assets/js/scripts.js

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Uploady PHP Upload File to MySQL   uploady/admin/assets/js/scripts.js   Download  
File: uploady/admin/assets/js/scripts.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Uploady PHP Upload File to MySQL
Store file upload details in a MySQL database
Author: By
Last change: Update of uploady/admin/assets/js/scripts.js
Date: 11 days ago
Size: 767 bytes
 

Contents

Class file image Download
/*! * Start Bootstrap - SB Admin v6.0.2 (https://startbootstrap.com/template/sb-admin) * Copyright 2013-2020 Start Bootstrap * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin/blob/master/LICENSE) */ (function ($) { "use strict"; // Add active state to sidbar nav links var path = window.location.href; // because the 'href' property of the DOM element is the absolute path $("#layoutSidenav_nav .sb-sidenav a.nav-link").each(function () { if (this.href === path) { $(this).addClass("active"); } }); // Toggle the side navigation $("#sidebarToggle").on("click", function (e) { e.preventDefault(); $("body").toggleClass("sb-sidenav-toggled"); }); })(jQuery); $("#keywords").tagsinput("items");