Reputation: 4829
$(".switch .fs").click(function() {
$(this).parent().effect( "shake");
});
please see: http://jsfiddle.net/V59c5/4/
If you use Chrome and click the button, you will see the switch messes up and leave a 4px gap, but Firefox does good.
Is there a way to fix it?
Upvotes: 0
Views: 32