Hi, I've seen this problem before, and I think I've seen the solution
to it too, but I can't for the life of me find it again now.

I have an empty, hidden div with a unique id. I'm loading some remote
content into that using

$('#ttAjax').load('whatever.something');

After this I want to show it gradually using an animated effect like
show('medium'). However, instead of showing gradually, it just snaps
into view as if it was just show().

I seem to recall you need to reinitialise jQuery somehow, but I can't
think how. Is anyone able to help?

Cheers,
Steve

Reply via email to