To use a jQuery UI widget, you must code two things in the way that’s prescribed for the widget. What are they?

the jQuery code and the CSS styles

the jQuery code and the HTML elements

the jQuery code and the jQuery UI selectors

the HTML elements and the CSS styles

Respuesta :

Answer:

the jQuery code and the jQuery UI selectors.

Explanation:

When we want to use jQuery UI widget we have to code two things and these are the jQuery code and the jQuery UI selectors. jQuery UI is a managed set of user interface(UI) effects,interactions,themes and widgets built on top of  JavaScript jQuery Library.

So we have to code the jQuery and the jQuery UI selectors.