2011-08-01 13 views

答えて

3

何かのクリックイベントですか?

ページにボタンを追加したとします

<button id="refreshWaypointsBtn" type="button">Refresh the waypoints.</button> 

次にあなたがそうのようにそれをアクティブにしたい:

$("#$refreshWaypointsBtn").click (function() { 
    $.waypoints ('refresh'); 
}); 
関連する問題