芝麻web文件管理V1.00
编辑当前文件:/www/wwwroot/shphe-en.com/wp-content/plugins/blog2social/assets/js/prg/post.js
function showFilter(typ) { if (typ == 'show') { jQuery('.filterShow').hide(); jQuery('.form-inline').show(); jQuery('.filterHide').show(); } else { jQuery('.filterShow').show(); jQuery('.form-inline').hide(); jQuery('.filterHide').hide(); } }