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

Thursday, November 8, 2012

Codecademy: Sample Solution to "Review of jQuery"



//some code exists prior to this function

function addListItemTo(listId,item) {
    var $someElement=$('#' + listId);
    $someElement.append('<li>' + item + '</li>');
}

//some code exists after this function

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts