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

Friday, November 16, 2012

Codecademy: "Now Drawing: Legs and Arms!"


//sample solution to ui.js // Fill out this function! function drawLeftArm() { $(".armbox").prepend("
"); $(".leftarm").addClass('body-part'); } // Fill out this function! function drawRightArm() { $(".armbox").prepend("
"); $(".rightarm").addClass('body-part'); } // Fill out this function! function drawLeftLeg() { $(".legbox").prepend("
"); $(".leftleg").addClass('body-part'); } // Fill out this function! function drawRightLeg() { $(".legbox").prepend("
"); $(".rightleg").addClass('body-part'); } /// You shouldn't need to touch everything after this point! drawLeftArm(); drawRightArm(); drawLeftLeg(); drawRightLeg();

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts