workin on jQuery
$(function() {
$('.maplinks a').click(function(){
$(this).adClass('cur'); $('.maplinks a').removeClass('cur');
});
});

Comments

Popular posts from this blog