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();
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
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
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
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"
Hi
Does anyone know of a plugin that mimics the album cover view in
iTunes? Like http://en.wikipedia.org/wiki/Cover_Flow
Thanks
Hi
Does anyone know of a plugin that mimics the album cover view in
iTunes? Like http://en.wikipedia.org/wiki/Cover_Flow
Thanks
7 matches
Mail list logo