injecting html into div element
injecting html into div element
I am using
$(
'#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?
Topic Participants
mickeybowles