Response title
This is preview!
$("a").on("click", function(a){a.preventDefault();var path = $(this).attr("href");$.ajax({url: path,success:function(result){$(".contentgrid").hide().html(result).fadeIn("fast");}})})
© 2013 jQuery Foundation
Sponsored by and others.