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

Saturday, November 10, 2012

Codecademy: "Refresher"


//Sample solution to script.js

$(document).ready(function(){
$("div").hover(
function(){
$(this).addClass('hover');
},
function(){
$(this).removeClass('hover');
}
);
});

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts