137k views
4 votes
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

User Alvaropr
by
4.5k points

1 Answer

6 votes

Answer:

the jQuery code and the jQuery UI selectors.

Step-by-step 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.

User Marko Previsic
by
5.9k points