1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

What is jquery ?

Discussion in 'jQuery' started by vinug, Nov 14, 2008.

  1. #1
    What is jquery ? Is it different from javascript ??
     
    vinug, Nov 14, 2008 IP
  2. rene7705

    rene7705 Peon

    Messages:
    233
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    jquery is what they call a javascript base library. it adds syntax to the javascript language to ease working with the DOM (your page as it runs in a browser), and adds plugins (HTML + jquery-based js) that perform functionality for you.

    see
    jquery.com
    ajaxrain.com
     
    rene7705, Nov 14, 2008 IP
  3. VishalVasani

    VishalVasani Peon

    Messages:
    560
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    jquery is a new kind of JavaScript Library. New way to write JavaScript .
     
    VishalVasani, Nov 14, 2008 IP
  4. xenous

    xenous Peon

    Messages:
    102
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    JQuery is a Java script framwork in which many functions are already written as classes and for having rapid javascript development. the Object oriented structure of it enables expanding the classes so that you dont need to invent the wheel again and again for same purposes. And is cool ;)
     
    xenous, Nov 14, 2008 IP
  5. gregsometimes

    gregsometimes Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    An article I found points this out. jQuery is not different from JavaScript, it IS written in JavaScript. jQuery does not include any foreign code that is NOT Javascript. It is just a much more clever use of the language.

    "What is jQuery"
    http://www.authenticsociety.com/blog/WhatisjQuery_Part1
     
    gregsometimes, Dec 21, 2008 IP