$(".tv_count").html('(48)'); $(".tv_sum").html('( 141282 руб.)'); if($("#flow_cart").length == 0) { $("body").append(""); $("#flow_cart").css({"left" : getClientCenterX(), "top" : getClientCenterY()}); $("#flow_close").click(function(){ $("#flow_cart").slideUp("slow", function(){ $("#flow_cart").remove(); }); }); $("#flow_cart").slideDown("slow"); }