Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript JS? Re: JS?

#123226
jeffPowers
Member

Hey,

As @jamy_za & @traq Javascript was created by netscape and is not related to java. As @GMB mentioned Jquery is a library for javascript like many others including, mootools, prototype, dojo etc. It literally is javascript but allows you to use a shorter modified syntax to execute javascript w/ out having to worry about cross browser differences or long dot notation.

There is also coffee script that is gaining popularity now. This is basically a new syntax for writing javascript. But is compiled into regular js for use unlike the above libraries.

If you know regular Javascript it will be easy to pick up any of these libraries.

Hope that helps!

Cheers,
Jeff