jQuery shake() function December 29, 2009 No Comments
I needed a quick function for jQuery to shake an absolute or static positioned (can be easily modified to support other positions too, but it doesn’t at the moment) element up&down that isn’t depended on jQuery UI (I’m using to shake simplemodal‘s container). This is what I came up with that: 1 2 3 4 [...]