console.js 149 Bytes Edit Raw Blame History 1 2 3 4 5 /** 信使操作 */ $('.portlet-fullscreen').on('click', '.log-item-handle a.log-close', function(){ $(this).parents('.log-item').remove(); });