What is an entire jquery-like web application?

I'm looking for some kind of jquery-like web application, is there

+3
source share
4 answers

jQuery is not a web application. It is a compact javascript library with many regularly used functions and properties to simplify JavaScript development.

Here are some alternatives that may interest you:

+4
source

you can use moo too ,, http://www.monkeyphysics.com    yui is another user application that downloads yui1.3.2 and uses

+2
source

, jquery - -, javascript.

javascript,

, Mootools, ExtJS, Dojo, YUI

.

Here is the complete list of javascript libraries

+2
source

There is another structure called prototype similar to jQuery. There are others like MooTools , GLOW, and YUI . You can check the details. Here. JQuery and prototype are not web applications, but JS structures. Why do you really want an alternative?

0
source

Source: https://habr.com/ru/post/1749897/


All Articles