It doesn't seem to work:
$('#foo').click(function() {
$.get($(this).find('a:first').attr('href'), function(data){
alert($('table#bar', data).html()); // doesn't work. Can't apply
selector on "data"
}
);
}
);Is anyone know of any hack to get it working? TIA -- <?php echo 'Just another PHP saint'; ?> Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

