[jQuery] Re: How to access javascript variable of another frame?

2008-12-15 Thread andriscs
Thanks, it worked, I thought I tried it already, apparently didn't. On dec. 16, 00:32, RobG wrote: > On Dec 16, 9:00 am, andriscs wrote: > > > Hi, > > > If I have a page that has the following JS in header: > > > > x="someValue" > > >

[jQuery] How to access javascript variable of another frame?

2008-12-15 Thread andriscs
Hi, If I have a page that has the following JS in header: x="someValue" and it has a child frame, how can I acces the value of the top page? top.$("?"). I already tried top.$("#x") but it couldn't be read. Is it even possible to access variables through frames?

[jQuery] Re: Setting source of a frame with jQuery

2008-12-14 Thread andriscs
scripts inside a folder named "style" is a > bit confusing... > > - ricardo > > On Dec 8, 12:20 am, andriscs wrote: > > > > > What you mean by lot of code? The jTree code isn't altered, my code is > > in custom.js, and there are two pages (index

[jQuery] Re: Setting source of a frame with jQuery

2008-12-07 Thread andriscs
What you mean by lot of code? The jTree code isn't altered, my code is in custom.js, and there are two pages (index.html and doc_index.html) to check. I can't put up a test page, I need to work with these simple pages. Another question: shared JS global variables have separate values between fram

[jQuery] Re: How to animate frameset properties?

2008-12-07 Thread andriscs
S. > > It would involve a setTimeout, and use the $(el).attr('cols',val); > > Again, that's a lot of plumbing to tackle, but any attribute that can be set > by jQuery.attr can be animated. > > JK > > > > -Original Message- > From: jquery-en@googleg

[jQuery] Re: Setting source of a frame with jQuery

2008-12-07 Thread andriscs
These pages are only for presenting data, and used as local files. I share the project's output html here: http://datastore.uw.hu/docs.zip You can see that index.html doesn't work, while doc_index.html works just fine. On dec. 7, 21:41, Dave Methvin <[EMAIL PROTECTED]> wrote: > > What do you me

[jQuery] Re: Setting source of a frame with jQuery

2008-12-07 Thread andriscs
What do you mean by same domain? They are on the same drive, the collection index file is on directory upper to the content and the content's toc file. I tried FB, but I didn't get any message from it (I am not sure I used it properly). On dec. 7, 20:17, Dave Methvin <[EMAIL PROTECTED]> wrote: >

[jQuery] Setting source of a frame with jQuery

2008-12-07 Thread andriscs
Hi, I have two html pages that are consisting of frames. They are using shared jQuery code, and I used the anchor click events to load pages into frames (as target attibutes fails to work when jQuery is present). I used the click event of two anchor classes two create the same funcionality and wh

[jQuery] Re: How to animate frameset properties?

2008-12-04 Thread andriscs
ll me. On dec. 4, 02:28, ricardobeat <[EMAIL PROTECTED]> wrote: > You can only animate CSS properties, the col width is not one of them. > Get rid of the frames and use some clean code :) > > On Dec 3, 9:40 pm, andriscs <[EMAIL PROTECTED]> wrote: > > > >

[jQuery] How to animate frameset properties?

2008-12-03 Thread andriscs
Hi, I know it's kinda lame, but I should animate the setting of a frameset's cols property. So far I managed to learn that html properties can be animated using anime({prop:”value”},duration) I created for example a font size changer using that code. As I work now with frames, I tried to modify a