Looks like if i set the document up for livequery i cant have other
elements setup as live query got a tonne of errors on firefox mac.
Had to add the standard event stuff wrapped inside the ready event
for the document livequery.
$('.changeBitrate').change(function(event) {
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 ?