Example: how to get value of button that click on it jquery $("button").click(function() { var button = $(this).val(); alert(button); });
確定! 回上一頁