-- 下拉列表点击输入框 展现列表var self = this; $('input',this.element).click(function(){ if(self.$view.css('display')=='none'){ self.onTriggerClick(); } });