tags:

views:

56

answers:

4

Hi I am looking for some web application which is similar to jquery is there any

+2  A: 

hi you may use moo too ,,,,http://www.monkeyphysics.com yui is another userfull we application download yui1.3.2 and use

udaya
+2  A: 

First of all jquery is not a web application, its a javascript library.

If you are looking for other javascript libraries then

Prototype, Mootools, ExtJS, Dojo, YUI

all will be helpful.

Here is a complete listing of javascript libraries

rahul
+3  A: 

jQuery is not a web application. It's a compact javascript library with lots of regularly used functions and properties to make JavaScript development easier.

Here are some alternatives you may be interested in:

GenericTypeTea
A: 

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

Taz