$.ajax({ type: "GET", url: "/viewcomment/"+the_cid+"/?" + Math.random(), dataType: "json", success: function(msg) { $('#viewcomm').html(msg.txt); } }); }