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

Thursday, November 15, 2012

Codecademy: "Make it change!"



//Sample solution to script.js

//Note: code exists prior to this point

function regraph() {   
    // jQuery code that selects all the inputs
    $allInputs = $('.barInput');
   
    // your code goes here
    $allInputs.each(useOneInput);
}

//Note: code exists after to this point

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts