$.thinkbox.confirm( '确定or取消?', { 'okClick' : function(){ alert('你选择了确定!'); }, 'cancelClick' : function(){ alert('你选择了取消!'); } } );