Hi, I'm new to javascript and Jquery. and i'm facing the same issue where .append(argument) strips 'argument' of any <script> ~ </script> tags (and everything in between, it seems).
any clues? Thank you very much for your time and attention. Best Regards, Ernest. On Aug 14, 12:58 am, "Brian J. Fink" <[EMAIL PROTECTED]> wrote: > Did you say you can still run thescript? and which browser are you > using? > > On Aug 12, 7:53 pm, roger <[EMAIL PROTECTED]> wrote: > > > Hello, > > I am appending an element to the DOM that has a lot of children. There > > is ascriptinclude, some css styles and a bunch of divs. When the > > element is appended, thescriptinclude vanishes. I can still access > > the functions in thescript, but it no longer exists within the > > element or even anywhere on the page. I even gave thescriptan id and > > could not alert its type. Alerting the html of the element the line > > before appending it shows that thescriptexists. Alerting the line > > after appending it shows that it has disappeared. I've been at this > > for hours with a coworker and finally searched it down to the jQuery > >append. Anybody have ideas? I'm using 1.2.6.

