问题代码: $popup.on('click', '[data-id]', function (event) { var $this = $(this); if (!$this.attr('disabled')) {// IE BUG that._trigger($this.data('id')); } event.preventDefault(); });