Thank you for your reply. I was using character entities in the strings that were to be appended to the HTML in order to avoid confusing my template engine, and didn't think to take them out when I externalized the script.
On Dec 11, 10:25 am, Liam Potter <radioactiv...@gmail.com> wrote: > show us your script > > Brian wrote: > > When I move my script to an external file, where before it was between > > <script> tags in <head>, append("<div>...blah...</div>") installs its > > text argument as text within the DOM. When the script was internal, > > the text argument was properly installed as markup. Any thoughts on > > what I'm doing wrong or whether this is a bug? (Firefox 2.0.0.18, > > JQuery 1.2.6). > > > Thanks, > > Brian