How does your code relate to ajax? I'm not getting it. What's in 'info'?
--Erik On 9/19/07, Daniel Rossi <[EMAIL PROTECTED]> wrote: > hi there seems to be a problem loading effects and jquery calls after an > ajax call has loaded content, this will not work after an ajax call, the > html doesnt get prepended etc > > $('' + info + '') > .prependTo( $(container) ) > .fadeIn(this.defaults.fadeIn) > .width(width) > .height(height) > .animate({opacity: this.defaults.opacity}, this.defaults.duration) > .fadeOut(this.defaults.fadeOut, function() { > $(this).empty(); > $(this).media(attrs); > }) > > > Any ideas ?