bookmark

Nabble - jQuery Dev List - Possible bug introduced ajax load() in 1.2.2 (using Rails and Safari)


Description

$('.pagination a').livequery('click', function() { $.get(this.href, function(data) { $('#live_table').fadeOut('fast').html(data).fadeIn('fast'); }) return false; });

Preview

Tags

Users

  • @slbaron

Comments and Reviews