posted in jQuery  by

My clients love when everything is moving upside down, from left to right and back. This script implements nice effect so-called link nudging: [js] <script type='text/javascript'> $(document).ready(function() { $('#sidebar .widget ul li a').hover(function() { //mouse...