Apologies this works, damn took so long to work this one out !

$(document).livequery(function(){
        $(this)
            .ready(function() {


                
            $('#media').prepend('test');
        });
    });


On 19/09/2007, at 6:25 PM, Erik Beeson wrote:


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 ?

Reply via email to