Quotes help make search much faster. Example: "Practice Makes Perfect"

Saturday, November 10, 2012

Codecademy: "Now with effects" (bounce)


//Sample Solution to script.js

$(document).ready(function(){
    //your code here
    $('.bounce').click(function(){
    $(this).effect("bounce",{direction:"down",mode:"effect",times:3,distance:1200},600);
    });
  });

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts