Here i will explain how to move or bounce a particular division by using jquery.
Here i will use .velocity() function instead of $.animate() animation engine.
Velocity is a animation engine that re-implements jQuery's $.animate() for better performance (making Velocity also faster than CSS animation libraries) while including...