113k views
11 votes
Lisa is developing a Web application using a framework and wants to include interactive elements using JavaScript. She decides to use a JavaScript library too but she is on a tight budget and cannot pay for a license. Which of the following would be the best option for Lisa to access a library?

a. Borrow the JavaScript code from another site
b. Use Kendo UI
c. Use the jQuery UI library
d. Use JavaScript code from the Foundation library

User Darby
by
4.3k points

1 Answer

4 votes

Answer:

The best option for Lisa to access a library is to:

c. Use the jQuery UI library.

Step-by-step explanation:

The jQuery UI is an interactive user interface with the interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. It is used for building highly interactive web applications. It comes free and is an open-source software distributed by the jQuery Foundation under the MIT License. The library, jQuery UI, was first published in September 2007.

User AnthonyWJones
by
4.0k points