2010年2月28日 星期日

追蹤點選過的網址

jQuery

$('.box').click(function() {
return confirm('You are going to visit: ' + this.href);

});

沒有留言:

張貼留言