打开主菜单

少前百科GFwiki β

更改

Widget:Tdollquery

删除138字节2019年5月20日 (一) 10:35
无编辑摘要
function classIconFilter(){ //人形图标筛选
var tab = decodeURIComponent(location.hash.replace('#', ''))+"Doll"; if(tab.indexOf('Doll') != -1){
clearSelect(document.getElementById(tab));
document.getElementById(tab).checked = 'true';
apply_filter()
}
}
 $(window).on('hashchange', function(e){console.log(e); if (e && e.preventDefault) {e.preventDefault();} else {window.event.returnValue = false;} classIconFilter();});
$("#inputQuery").on('input propertychange',debounce(250, function (){apply_filter();}));
</script>
14,357
个编辑