jQuery UI

jQuery UI

Test your jQuery UI knowledge with free quizzes on MyCodeSkills covering core concepts.


  1. What is jQuery UI?

    • A standalone JavaScript library
    • A jQuery plugin that provides widgets and effects
    • A CSS framework
    • A database engine
  2. Which file must be included to use jQuery UI widgets?

    • jquery.js
    • jquery-ui.css
    • jquery-ui.js
    • config.js
  3. How do you include jQuery UI from a CDN?

    • By using a `<link>` tag only
    • By downloading manually
    • By adding `<script>` and `<link>` tags pointing to CDN URLs
    • By using SQL queries
  4. What is the purpose of the ThemeRoller tool?

    • To create database schemas
    • To customize jQuery UI themes
    • To compress JavaScript
    • To build HTML forms
  5. Which widget is used to create collapsible content panels?

    • Accordion
    • Slider
    • Dialog
    • Tabs
  6. What is the purpose of the `minDate` option in Datepicker?

    • Sets minimum height
    • Restricts earliest selectable date
    • Sets minimal font size
    • Sets minimal opacity
  7. Which widget uses the `appendTo` option?

    • Autocomplete
    • Slider
    • Tabs
    • Accordion
  8. Which option sets the number of columns in Autocomplete?

    • columns
    • multiple
    • appendTo
    • source
  9. Which callback is triggered when a Dialog opens?

    • open()
    • onShow()
    • start()
    • begin()
  10. Which method changes widget options dynamically?

    • option()
    • setOptions()
    • updateOptions()
    • changeOption()
  11. What is the jQuery UI Widget Factory?

    • A CSS framework
    • A pattern to create stateful jQuery plugins
    • A JavaScript debugger
    • An animation engine
  12. Which method in the Widget Factory is called when a widget is created?

    • _create
    • _init
    • _start
    • _begin
  13. Which method is used to update an existing widget option?

    • set
    • update
    • option
    • change
  14. Which Widget Factory method is used for cleanup?

    • _destroy
    • _remove
    • _clear
    • _end
  15. Which method extends an existing jQuery UI widget?

    • $.widget.extend
    • $.ui.plugin
    • $.extendWidget
    • $.widget