Recommend this page to a friend! |
Classes of Abed Nego Ragil Putra | > | PHP Attendance Management System using Fingerprint | > | public/js/main.js | > | 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'); }); |