![]() ![]()
|
CSC 230: The Week beginning Nov. 10 |
![]() ![]()
|
If you use a source (book or web site), cite your source. (The sites http://whatis.techtarget.com/ and http://www.webopedia.com/ are decent sources for technical definitions.)
Follow the instructions found at http://docs.jquery.com/UI/Accordion to make a page that uses a jQuery Accordion. (Basically download and edit the demo.)
$(document).ready(function () {
// much of the jQuery code is conatined within
// this method which is like a function handling the onload event
});