商品 SKU 组合查询插件 ZsuitJS

码农软件 · 软件分类 · 其他开发相关 · 2019-10-17 06:59:43

软件介绍

商品 SKU 组合查询插件


使用JavaScript实现前台套装筛选的逻辑问题

测试页面依赖jQuery-1.8.1.js

常用方法

    //实例化对象
    var zsSuit  = new ZsSuit();

    //配置
    zsSuit.config();

    //设置层级
    zsSuit.set(1, 3);//第二层级,选中了值为3的选项

    //取消层级设置
    zsSuit.unset(1);

    //设置回调,名称是插件指定的,不可变
    zsSuit.callBack = function(data,skuId){}

本文地址:https://www.codercto.com/soft/d/16928.html

Probability and Computing

Probability and Computing

Michael Mitzenmacher、Eli Upfal / Cambridge University Press / 2005-01-31 / USD 66.00

Assuming only an elementary background in discrete mathematics, this textbook is an excellent introduction to the probabilistic techniques and paradigms used in the development of probabilistic algori......一起来看看 《Probability and Computing》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

MD5 加密
MD5 加密

MD5 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具