On Aug 6, 5:30 am, Igo88 <[EMAIL PROTECTED]> wrote:
> Hi...i am new to JavaScript but i have been reading a little...and i
> entered jQuery web page, and i have a some Doubts...
>
> 1) Is jQuery programming faster than traditional javaScript
> programming??

It depends on what you are doing. If you are working at all with the
HTML DOM (most web page programming does) then YES, working with
jQuery will save you lots and lots of time (the more code you write,
the more time jQuery will save you).

> 2)Is jQuery available for the Client without downloading anything?...

ALL JavaScript requires that the client download something, but the
download happens automatically as part of the web page. If you mean,
for example, a plugin, then NO, jQuery does not require any plugins.
It only requires that your browser have JavaScript enabled.

Reply via email to