jQuery UI Themes and Widgets In-Class Exercise 16 • jQuery UI (hp://jqueryui.com) is a curated set of user interface interacons, effects, widgets, and themes built on top of the jQuery JavaScript Library. • Need to build and download jQueryUI library. o Go to hp://jqueryui.com/ and click Custom Download. o Idenfy the components that you want in your download by selecng or deselecng interacons, widgets, and effects. Select Tabs, Datepicker, Accordion, and Dialog. Note that picking some of these will automacally select other widgets that are required for that widget to work. o Select a theme for the download. Use the drop-down list at the boom of the page. To build a custom theme, click on the link above the drop-down list to go to the ThemeRoller page, then click the Gallery , navigate and select one of 24 themes, and click the download buon. o Click the Download buon to download a zipped folder that contains the jQuery UI files. Unzip the downloaded file. In your projects below, you'll need the following files: ▪ In your CSS folder: • jquery-ui.min.css • jquery-ui.structure.min.css • jquery-ui.theme.min.css • images folder ▪ In your js folder: • jquery-ui.min.js

Tabs Select Tabs folder in your brackets and open index.html. • Add the downloaded customized jquery-ui.min.css and jquery-ui.min.js to the head secon. Make sure you place these aer the exisng css and jQuery lines respecvely. • See