fbpx

小胖濾殼不透明 (4分 / 6分)

訂單請標註規格 4分 / 6 分

售價 NT $250
4 分 不透
4分不透
描述

// if (typeof Virtuemart === "undefined") var Virtuemart = {}; Virtuemart.updateChosenDropdownLayout = function() { var vm2string = {editImage: 'edit image',select_all_text: '全選',select_some_options_text: '全部適用'}; jQuery("select.vm-chzn-select").chosen({enable_select_all: true,select_all_text : vm2string.select_all_text,select_some_options_text:vm2string.select_some_options_text,disable_search_threshold: 5}); //console.log("updateChosenDropdownLayout"); } jQuery(document).ready( function() { Virtuemart.updateChosenDropdownLayout($); }); //