[jQuery] Re-Loading jquery function on click

2009-09-22 Thread scotthaslehurst

Hi,

Bit of a newb to jquery.

I have got a jquery slider effect nestled in some tabs. Each tab has
one slider in it.

When the page initially loads it loads the effect in the first tab
only. On clicking the second tab the function isn't called and remains
displayed without the effect.

The problem I talk of is here

http://absolute-advantage.net/sheadorns/?page_id=18

Is there any way I can re-call the jquery on clicking the tab or just
load all content when the page first loads?


[jQuery] jQuery Coda Slider Tweak - Move three panels at a time

2009-09-03 Thread scotthaslehurst

I have implemented a coda slider using coda-slider.1.1.1.js on a e-
commerce products page here

http://absolute-advantage.net/sheadorns/?page_id=4

At the moment clicking the arrows moves each panel one at a time.
However, I would like it to scroll three.

I'm assuming that I will have to edit the js file but I have no
background in jquery or js.

Anyone got any insights?


[jQuery] Re: Loading jQuery - Need a black screen while it loads

2009-08-24 Thread scotthaslehurst

Hi,

That's perfect. Thanks.

Just to follow up. Is it enough to use just the jquery.loading.js? Or
must I also source the other scripts below that the demo uses? The
documentation is not clear







On Aug 25, 11:25 am, Nathan Bubna  wrote:
> if you used the loading plugin:  http://plugins.jquery.com/project/loading
>
> $.loading(true, {mask:true, maskCss:{background:'#000', opacity:1}});
>
> and when all is ready:
>
> $.loading(false);
>
> See the demo page for the project to get a feel for more options and
> also some nice CSS you can use to make the loading message prettier.
>
> On Mon, Aug 24, 2009 at 9:13 PM,
>
> scotthaslehurst wrote:
>
> > I am designing a site that is jquery heavy.
>
> > When the site loads it takes a while for all the scripts to load and
> > then the images to settle down - more so in IE, naturally.
>
> > I would ideally like to display a black screen or cover everything
> > with a div while it settles down. I have tried a few Timeout scripts
> > but they appear to be conflicting and don't work.
>
> > Any body got any ideas how I can either display a blank screen while
> > it all settles down or just avoid the problem all together.
>
> > The site I'm talking about is here:
>
> >http://www.mintinnovation.com/draft2/


[jQuery] Loading jQuery - Need a black screen while it loads

2009-08-24 Thread scotthaslehurst

I am designing a site that is jquery heavy.

When the site loads it takes a while for all the scripts to load and
then the images to settle down - more so in IE, naturally.

I would ideally like to display a black screen or cover everything
with a div while it settles down. I have tried a few Timeout scripts
but they appear to be conflicting and don't work.

Any body got any ideas how I can either display a blank screen while
it all settles down or just avoid the problem all together.

The site I'm talking about is here:

http://www.mintinnovation.com/draft2/