﻿(function($) {
    $.fn.quickbuy = function(options, productid) {
        return this.each(function() {
        $("input[class='swatchgroup']", ".rangegrid").quickbuyCustCheckBox({ disable_all: true });
            $(".spin", ".skulist").spin({ max: 10, min: 1 });
        });
    };
})(jQuery);
