friends,
I am more confuse about JavaScript and Jquery,which are better and why.I have no satisfaction answers about this.Pls tell me
| SitePoint Sponsor |
friends,
I am more confuse about JavaScript and Jquery,which are better and why.I have no satisfaction answers about this.Pls tell me

Hi there,
This has been discussed before. For example, here: http://www.sitepoint.com/forums/show...JScript-JQuery
Here is an abridged version of post five from that thread which hopefully answers your question:
HTHJavaScript is the common term for a combination of the ECMAScript programming language plus some means for accessing a web browser's windows and the document object model (DOM).
JQuery is a JavaScript library that handles many commonly used features and also handles the differences between, e.g., Internet Explorer and standards-compliant browsers. It's something you can use to reduce the amount of work when creating web-based applications.
How well do you know your JavaScript from your jQuery?
Check out SitePoint's latest JavaScript challenge
My blog
Bookmarks