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

Monday, November 26, 2012

Codecademy: "The .keydown() Event"



//sample solution to script.js
$(document).ready(function(){
//remember to click on the element when testing
$(document).keydown(function(){
$('div').animate({left:'+=10px'},500);
});
});

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts