[jQuery] Re: Advanced jQuery Animation Problem

2008-10-31 Thread Omid S
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

[jQuery] Re: Advanced jQuery Animation Problem

2008-10-31 Thread weidc
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

[jQuery] Re: Advanced jQuery Animation Problem

2008-10-31 Thread OscarGodson
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

[jQuery] Re: Advanced jQuery Animation Problem

2008-10-31 Thread OscarGodson
$('.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(){