This document discusses using JavaScript and jQuery to manipulate web page elements and control their behavior. It provides exercises to introduce basic JavaScript concepts like functions, objects, events, and DOM manipulation. It then demonstrates how jQuery can be used to simplify JavaScript by selecting elements and calling methods on them. The final exercise has students add tabs to an existing document using jQuery's tabs method to manipulate the document object model (DOM).