//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-->
$(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