[jQuery] Re: append reformting the content i send it

2007-07-11 Thread Terry B
Ya I finally figured that part out. Not liking it but I found a smooth way of doing what I want. Thanks for all the replies... On Jul 11, 6:17 am, Stephan Beal <[EMAIL PROTECTED]> wrote: > On Jul 10, 1:38 pm, Terry B <[EMAIL PROTECTED]> wrote: > > > wtf? I have specific html i want added to a

[jQuery] Re: append reformting the content i send it

2007-07-11 Thread Stephan Beal
On Jul 10, 1:38 pm, Terry B <[EMAIL PROTECTED]> wrote: > wtf? I have specific html i want added to a div so I use append to > add it. fine it works but it is formatting the code and making it > unusable. how do i prevent append from doing this? Aside from what others have already said here, i

[jQuery] Re: append reformting the content i send it

2007-07-10 Thread Charles Capps
Mike Alsup wrote: > >> Hmm... I might be off base on that upper case thing, I'm not sure. >> (Anyone >> who knows, feel free to jump in.) > > No, I think you've got that right. It just depends how you're viewing > the DOM. Firebug will show you lowercase elements, IE dev toolbar > will always

[jQuery] Re: append reformting the content i send it

2007-07-10 Thread Mike Alsup
Hmm... I might be off base on that upper case thing, I'm not sure. (Anyone who knows, feel free to jump in.) No, I think you've got that right. It just depends how you're viewing the DOM. Firebug will show you lowercase elements, IE dev toolbar will always show uppercase. Sounds like just a

[jQuery] Re: append reformting the content i send it

2007-07-10 Thread Michael Geary
> > From: Terry B > > > > lets say i try and add > > > > Some Info > > > > it ends up being something like > > > > Some Info > From: Michael Geary > > What problem do you see there? It looks perfectly correct to > me. TBODY is a required element which the browser is kind > enough to insert

[jQuery] Re: append reformting the content i send it

2007-07-10 Thread Michael Geary
> From: Terry B > > lets say i try and add > > Some Info > > it ends up being something like > > Some Info What problem do you see there? It looks perfectly correct to me. TBODY is a required element which the browser is kind enough to insert automatically if it's missing from your HTML. The

[jQuery] Re: append reformting the content i send it

2007-07-10 Thread Terry B
lets say i try and add Some Info it ends up being something like Some Info On Jul 10, 11:07 am, "Rob Desbois" <[EMAIL PROTECTED]> wrote: > What is the content you are trying to add...? > > On 7/10/07, Terry B <[EMAIL PROTECTED]> wrote: > > > > > wtf? I have specific html i want added to a

[jQuery] Re: append reformting the content i send it

2007-07-10 Thread Rob Desbois
What is the content you are trying to add...? On 7/10/07, Terry B <[EMAIL PROTECTED]> wrote: wtf? I have specific html i want added to a div so I use append to add it. fine it works but it is formatting the code and making it unusable. how do i prevent append from doing this? -- Rob De