Simple way to dynamically add active class to li element
$(document).ready(function($) {
var path = window.location.pathname;
$('#bottom li a[href="' + path + '"]').parent().addClass('active');
});
Written by Taron Foxworth
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Jquery
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#