injecting html into div element

injecting html into div element

I am using
  1. $(

    '#GeneralNotePopup').html(information);




    where information is a long string.  It contains apostrophies (which I have escaped for) $, and /
    I am getting a string termination script error.  Any thoughts?