芝麻web文件管理V1.00
编辑当前文件:/home/seolotod/critterchoice.com/wp-content/themes/rehub-theme/jsonids/examples/woolist.php
jQuery(document).ready(function () { jQuery("#woolist-ids").tokenInput("$path_script", { minChars: 3, preventDuplicates: true, theme: "rehub", onSend: function(params) { params.data.posttype = 'product'; params.data.postnum = 6; } }); jQuery("#woolist-tag").tokenInput("$path_script", { queryParam: "t", minChars: 3, preventDuplicates: true, theme: "rehub", onSend: function(params) { params.data.taxonomy = 'product_tag'; } }); }); END; ?>