function loadDataPr(url){ $("#portfolioProject").empty().addClass("animation").load(url, function(){ $(this).removeClass("animation"); }) }