What code should I add jquery to create an animation that is activated when a user visits the page.
$(document).ready(function(){ $("#ID").animate(); });