所属分类: 网页特效-实用工具 2023-07-19 10:04:42
$(document).ready(function () { $('.year-select1').checkboxrange(); $('.year-select2').checkboxrange({ path: 'vertical' }); $('.year-select3').checkboxrange({ path: 'horizontal' }); });