$("#ID").load("link_post #TextID", function() { $("#TextID", this).text(function(index, text) { return text.substr(0, 100); }); });