[jQuery] Re: Modify iframe with jquery

2009-05-15 Thread Kevin Dalman
. /Kevin On May 14, 1:56 pm, ripple wrote: > Thanks, but it's not the contents of the iframe that I'm looking for. It's > altering the behavior(scrolling) of the iframe that i am trying to achieve. >   > > --- On Thu, 5/14/09, waseem sabjee wrote: > > From: was

[jQuery] Re: Modify iframe with jquery

2009-05-14 Thread waseem sabjee
e wrote: > Thanks, but it's not the contents of the iframe that I'm looking for. It's > altering the behavior(scrolling) of the iframe that i am trying to achieve. > > > > --- On *Thu, 5/14/09, waseem sabjee * wrote: > > > From: waseem sabjee > Subje

[jQuery] Re: Modify iframe with jquery

2009-05-14 Thread ripple
Thanks, but it's not the contents of the iframe that I'm looking for. It's altering the behavior(scrolling) of the iframe that i am trying to achieve.   --- On Thu, 5/14/09, waseem sabjee wrote: From: waseem sabjee Subject: [jQuery] Re: Modify iframe with jquer

[jQuery] Re: Modify iframe with jquery

2009-05-14 Thread waseem sabjee
$("#iframeid").contents.find("#elementid"); $("#iframeid").contents.find("#elementid").text(); $("#iframeid").contents.find("#elementid").html(); I used this earlier today with some php where a wysiwyg editor had its html contents embedded in a Iframe and i hate to post the raw html to a database.