[jQuery] Re: Filter out innerhtml of div #id

2007-12-24 Thread Flesler
try removing the get(0) Ariel Flesler On Dec 24, 6:21 am, KnoxBaby <[EMAIL PROTECTED]> wrote: > ahh, this would be a nice idea, than it would work like the code is on > the page itself :) I try this, thanks :) > > On Dec 24, 1:21 am, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > > > > > Are you tryi

[jQuery] Re: Filter out innerhtml of div #id

2007-12-24 Thread KnoxBaby
ahh, this would be a nice idea, than it would work like the code is on the page itself :) I try this, thanks :) On Dec 24, 1:21 am, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > Are you trying to get it while its in the variable? Maybe put the html into > a dom element first, like > > $("div#someHid

[jQuery] Re: Filter out innerhtml of div #id

2007-12-23 Thread Glen Lipka
Are you trying to get it while its in the variable? Maybe put the html into a dom element first, like $("div#someHiddenDiv").append(str); thingyouwant = $("div#content").html(); Does this help? Glen On Dec 22, 2007 7:30 PM, psy* <[EMAIL PROTECTED]> wrote: > > Hello, > > I have a full html cod