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

Tuesday, November 6, 2012

Codecademy: Sample Solution to "Selectors are Flexible" under jQuery Track



//script.js solution

$('document').ready(function() {

//select the 'lorem ipsum' paragraph
$loremIpsumP = $("#info > p");

//select all list items that are in the 'info' div
$infoListItems =  $("#info li");

});

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts