Andrew solve this problem to me! But .live is deprecated in the recent versions of jquery (as of 1.7). Use .on or .delegate on top.document to bind these events types. See:
$(document).on(".myClass", "click", function(){
$(this).after("Another paragraph!
");
});
Congrats my friend!