'use strict'; var xxplJs = { init: function init() { this.xxpl(); }, xxpl: function xxpl() { $('.shengm_tc button').click(function(){ $('.shengm_tc').fadeToggle(200); }) } }; xxplJs.init();