Advantageg of Using Jquery

Discussion in 'Programming' started by questuk, May 16, 2012.

  1. #1
    What are the benefits of using Jquery on your website? Example, i want to use a live webcam chat feed on my website . If i am using Jquery, what are the main advantages that will bring to the website?
     
    questuk, May 16, 2012 IP
  2. e-abi

    e-abi Member

    Messages:
    122
    Likes Received:
    1
    Best Answers:
    3
    Trophy Points:
    38
    #2
    How about those advantages?
    * 60% shorter code compared to standard Javascript without external libraries
    * Works much better with different browsers
    * jQuery uses easy to understand syntax, that is intuitive for the developer, which in turn makes development time much faster
     
    e-abi, May 16, 2012 IP
  3. webcosmo

    webcosmo Notable Member

    Messages:
    5,840
    Likes Received:
    153
    Best Answers:
    2
    Trophy Points:
    255
    #3
    The greatest advantage is that it works on almost all major browsers. Whereas with traditional javascript its a real pain to make the code work on all browsers.
     
    webcosmo, May 16, 2012 IP
  4. HostPlanz

    HostPlanz Well-Known Member

    Messages:
    449
    Likes Received:
    34
    Best Answers:
    4
    Trophy Points:
    130
    #4
    Two things do it for me:
    1) The code is cross-browser.
    2) And the obvious - lots of built in functions that reduces difficulty and time spent on tasks.
     
    HostPlanz, May 17, 2012 IP
  5. HostPlanz

    HostPlanz Well-Known Member

    Messages:
    449
    Likes Received:
    34
    Best Answers:
    4
    Trophy Points:
    130
    #5
    Wonder if that spammer^ uses jQuery when building his/her spam-bots?
     
    HostPlanz, May 17, 2012 IP
  6. NetStar

    NetStar Notable Member

    Messages:
    2,471
    Likes Received:
    541
    Best Answers:
    21
    Trophy Points:
    245
    #6
    - Major cross browser support
    - Neat, Clean, and "Fun" (subjective) syntax
    - Makes difficult tasks easy and *sometimes* easy tasks easier

    After learning Jquery I don't want to be bothered writing old traditional JavaScript.
     
    NetStar, May 21, 2012 IP
  7. questuk

    questuk Greenhorn

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #7
    What is the difference between Flash Player and Flash CS3? Is it that Flash player is for viewing, and Flash CS3 is used to create animation or am i wrong?
     
    questuk, May 22, 2012 IP
  8. NetStar

    NetStar Notable Member

    Messages:
    2,471
    Likes Received:
    541
    Best Answers:
    21
    Trophy Points:
    245
    #8
    Flash CS3 is a development tool to create Flash Apps... Flash Player is just what it suggests.
     
    NetStar, May 22, 2012 IP
  9. haaiamerica

    haaiamerica Peon

    Messages:
    201
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    the jquery is ability to keep the code simple, readable, clear and reusable.
     
    haaiamerica, May 31, 2012 IP