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

Wednesday, November 14, 2012

Codecademy: "Adding Fancy Tabs"


//sample solution to script.js

$(function() {
$( "#tabs" ).tabs();
});

<!--sample solution to index.html-->
<!--note: code exists prior to this line-->

<!--Place this after the div for tabs-2-->
<div id="tabs-3">
            <p>Make sure to put something in here.</p>
</div>

<!--note: code exists after to this line-->

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts