jQuery load append

Discussion in 'jQuery' started by Silver89, Apr 5, 2010.

  1. #1
    I'm using load to load remote content into a div but it removes whatever was in the div in the first place, how can I append and load external content at the same time?
     
    Silver89, Apr 5, 2010 IP
  2. d_s

    d_s Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi,

    did you try using the div.innerHTML+=newcontent.. Hope this should work fine.

    regards,
    d_s.

     
    d_s, Apr 7, 2010 IP