Отменяет выделение при двойном клике
$('.cart_btn').mousedown(function(event){ event.stopPropagation(); event.preventDefault(); return false; });