$(function () {
    // $('#eshopCart input.eshop-cartItemCount').spinner({
    //     min: 1,
    //     mouseWheel: false
    // });
    $('#eshopCartBtnEmpty').click(function () {
        return confirm(this.title);
    })
});
