PHP Classes

File: public/js/main.js

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   PHP Attendance Management System using Fingerprint   public/js/main.js   Download  
File: public/js/main.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Attendance Management System using Fingerprint
Keep track of employee attendance with fingerprint
Author: By
Last change: improve feature, now with datables, fix some bugs

improve feature, now with datables, fix some bugs
Date: 9 months ago
Size: 241 bytes
 

Contents

Class file image Download
$(document).ready(function () { var url = window.location; $('ul.nav a[href="' + url + '"]').parent().addClass('active'); $('ul.nav a').filter(function () { return this.href == url; }).parent().addClass('active'); });