SitePoint Sponsor

User Tag List

Results 1 to 2 of 2

Thread: difference between JavaScript and Jquery these same or not

  1. #1
    Non-Member
    Join Date
    Nov 2012
    Location
    Noida
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    difference between JavaScript and Jquery these same or not

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

  2. #2
    Grüße aus'm Pott
    SitePoint Award Recipient Pullo's Avatar
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    2,734
    Mentioned
    46 Post(s)
    Tagged
    3 Thread(s)
    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:

    JavaScript 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.
    HTH
    How well do you know your JavaScript from your jQuery?
    Check out SitePoint's latest JavaScript challenge


    My blog

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •