PHP Classes

File: public/js/main.js

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   Attendance Login System   public/js/main.js   Download  
File: public/js/main.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Attendance Login System
Manage and authenticate company employees users
Author: By
Last change:
Date: 6 years ago
Size: 221 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'); });