當我通過ajax加載一些內容時,它返回一個jQuery.click事件和一些元素。但是,當ajax內容被加載了幾次,並且我點擊了綁定到.click事件的按鈕時,該動作被執行了幾次。jQuery ajax定義的動作
例如Ajax的內容是:
<script type="text/javascript">
$('#click').click(function() { alert('test') });
</script>
<input type="button" id="click" value="click here">
如果這是刷新5次,我按一下按鈕,我會得到5個警告框。
是否有解決方法?
謝謝willvv,那做了這項工作:) – Jens 2009-12-13 17:45:44