Apartment

45 Properties
Sort by:

Compare listings

Compare
jQuery(document).ready(function($) { var url = window.location.href; $('#main-nav li a').each(function() { if (this.href === url || url.indexOf(this.href) !== -1) { $('#main-nav li').removeClass('active'); $(this).parent().addClass('active'); } }); });