$('.clicked').removeClass('clicked');
That's what I added late last night after I sent this. I actually knew about
this before I sent a message on here and totally forgot to undo my tests all
the way.
You can view the code now which will have:
$('.site_thumbs img').fadeIn(1000,function(){
Thanks! I have been working really hard on creating a site that works like a
flash site, but everything is indexable, loads faster, and is easily
editable for anyone else who would need/want to work on the site. I work
with flash all the time where I have to go and fix something, and of course
no
hi,
it seems like it doesn't remove the 'clicked' class.
if i remove the class manually it works again.
what about:
$('#content_container img').removeClass('clicked');
or:
$('.site_thumbs').children('img').removeClass('clicked');
or:
$('.clicked').removeClass('clicked');
don't know. something
wow, I cant say much about your code, but your page looks awesome.
On Oct 30, 8:13 pm, OscarGodson <[EMAIL PROTECTED]> wrote:
> This is a fairly advanced jQuery animation I am doing on a site I am doing,
> but I know it's failing at alert('2'); as you will see it in the comments. I
> have tried
4 matches
Mail list logo