What basic syntax of jQuerry

Discussion in 'jQuery' started by leejohn, Aug 29, 2013.

  1. #1
    What basic syntax of query to print hello.
     
    leejohn, Aug 29, 2013 IP
  2. HuggyStudios

    HuggyStudios Well-Known Member

    Messages:
    724
    Likes Received:
    20
    Best Answers:
    26
    Trophy Points:
    165
    #2
    Pretty simple!
    
    $('body').html('Hello');
    
    Code (markup):
     
    HuggyStudios, Aug 30, 2013 IP