> Well, it depends. When you say that the content is generated > dynamically, are you saying that it's generated by a server side > language like ColdFusion or PHP?
I think this case, this is my code:
$.ajax({
type: "GET",
url: "news.php",
success: function(msg){
$("#response").fadeIn("slow").html(msg);
}
});
--
Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/
"It's easier to invent the future than to predict it." -- Alan Kay

