/ Published in: jQuery
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
$('.links li a').click(function() {
$('.links li a').removeClass('marginActive');
$(this).addClass('marginActive');
});
Comments
 Subscribe to comments
                    Subscribe to comments
                
                