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

Wednesday, November 7, 2012

Codecademy: Sample Solution to Classy the under jQuery track



//Sample Solution for script.js

function toggleClass($that,className) {
$that.toggleClass(className);
}

function setExclusiveClass($that,className) {
$that.removeClass();
    $that.addClass(className);
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts