[jQuery] slideUp and slideDown works only once

2009-04-24 Thread adw999
Hi, I have the following code: $(document).ready(function() { $('.artistspanel').hide(); $("#teamcontainer h2").click(function(){ $('#teamcontainer div:visible').not('.hr').slideUp('slow'); $('.'+$(this).attr("id")).slideDown('slow').show();

[jQuery] Re: slideUp and slideDown works only once

2009-04-24 Thread adw999
vs are already in the positions they should be > (having already been slid up and down). > > I think you may have better luck with the slideToggle method, which > toggles the visibility of the elements. > > http://docs.jquery.com/Effects/slideToggle > > On Apr 24, 7:00 pm, adw

[jQuery] Re: slideUp and slideDown works only once

2009-04-25 Thread adw999
lideToggle('slow', function() { $ (this).addClass('open'); }); On Apr 25, 1:34 pm, Jeff Jones wrote: > I'm not sure what your ultimate goal is, but you might try the cycle > plugin. It has a lot of flexibility.http://plugins.jquery.com/project/cycle > > On Apr 24

[jQuery] slide toggle image hides

2009-05-19 Thread adw999
Hi guys, I've created the slide toggle on one of our websites http://www.pukkaup.com/team/ But if you look at the page in IE, the images disappear. Does anyone know why? It doesn't happen for me in FF. Thanks

[jQuery] Re: generic jquery tip

2009-05-19 Thread adw999
assign each .tip div with an id. then when you set the cookie, use the id to make it individual. something like: $jQ(document).ready(function() { //Probably will want to put this in a foreach loop of IDs var tip = $jQ.cookie('tip_ID'); if(tip == 'yes') { $jQ("#ID"

[jQuery] iTunes like scroller

2008-11-03 Thread adw999
Hi Does anyone know of a plugin that mimics the album cover view in iTunes? Like http://en.wikipedia.org/wiki/Cover_Flow Thanks

[jQuery] iTunes like scroller

2008-11-03 Thread adw999
Hi Does anyone know of a plugin that mimics the album cover view in iTunes? Like http://en.wikipedia.org/wiki/Cover_Flow Thanks