var _transfered ;
//if(target.data('uid')){ target.attr('data-uid', date.getTime()); } // как нибудь так можно вставить атрибут. Не проверял, может и сработает
if(!(_transfered =_wrap.find('[data-uid='+target.data('uid')+']'))){
_transfered = target.clone().appendTo(_wrap);
}
setTimeout(function () {
notificate('Заголовок', 'Содержание уведомления1');
}, 15*60000); // 15 мин
$(document).on("touchstart", ".tables th", function() {
$(this).addClass("active");
}).on("touchend", ".tables th", function() {
$(this).removeClass("active");
});
.tables th:hover, .tables th.active {background:#ddd;}