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

Thursday, November 15, 2012

Codecademy: "Track Legal Moves"



//sample solution to script.js

//Note: code prior

function resetMovables() {
$(".square").removeData('jumpedPieces');
$(".square").removeClass('movable');
}

//Note: code after

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts