91亚洲精品福利在线播放,欧美日韩国产在线人成app,天天躁日日躁疯人影院,sao虎视频最新网站入口,精品久久久久久中文字幕女

首頁(yè)  >  事件對象  > eve.result

返回值:Objectevent.result

V1.3jQuery event.result概述

這個(gè)屬性包含了當前事件事件最后觸發(fā)的那個(gè)處理函數的返回值,除非值是 undefined 。

示例

描述:

顯示前一個(gè)事件處理函數的返回值。

代碼:
<!DOCTYPE html>
  <html>
  <head>
    <script src="http://code.jquery.com/jquery-latest.min.js"></script>
  </head>
  <body>
      <button>display event.result</button>
      <p></p>
      <script>
       $("button").click(function(event) {    return "hey";  });
       $("button").click(function(event) {
           $("p").html( event.result );
       });
    </script>
    </body>
  </html>
91亚洲精品福利在线播放,欧美日韩国产在线人成app,天天躁日日躁疯人影院,sao虎视频最新网站入口,精品久久久久久中文字幕女