[jQuery] Re: Help with dynamically loading and running Javascript

2007-10-26 Thread [EMAIL PROTECTED]
Perfect. 5 stars. - On Oct 25, 5:49 pm, Wizzud <[EMAIL PROTECTED]> wrote: > Remove the HTML commenters from around the Javascript (the > >). > > On Oct 25, 8:53 pm, "[EMAIL PROTECTED]" > > > > <[EMAIL PROTECTED]> wrote: > > Hi, > > > I'm trying to add some HTML to a DIV (the HTML is contained i

[jQuery] Re: Help with dynamically loading and running Javascript

2007-10-25 Thread Wizzud
Remove the HTML commenters from around the Javascript (the ). On Oct 25, 8:53 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to add some HTML to a DIV (the HTML is contained in the var > "data") > > $("#"+p_id).empty().append("" + data + " div>"); > > but when that HTML c