Computer Science, asked by Draco6839, 1 year ago

Which type jquery of programming language?

Answers

Answered by kaushiknath
0
jQuery is a cross-platform JavaScript library and written in JavaScript (JS). It was designed to simplify the client-side scripting of HTML. It is free, open-source software using the permissive MIT License, i. e. it is customizable, but under MIT License. Web analysis indicates that it is the most widely deployed JavaScript library by a large margin. It was written by John Resig.

The code of jQuery can be found in https://github.com/jquery/jquery .

jQuery's syntax is designed to make it easier to navigate a document, select DOM elements, create animations , handle events, and develop Ajax applications. jQuery also provides capabilities for developers to create plug-ins on top of the JavaScript library. This enables developers to create
abstractions for low-level interaction and animation, advanced effects and high-level, themeable widgets. The modular approach to the jQuery library allows the creation of powerful dynamic web pages and Web applications. Since it is a JavaScript library, you can use to make native apps using NW.js and Nodejs or Electron.
Similar questions