我正在嘗試創建一個hrefs到另一個頁面的按鈕。這裏的HTML:<button>不起作用
<div class="new_user">
<button id="buton_user_nou">Creaza User
</button>
</div>
和jQuery:
$('#buton_user_nou').click(function(){
location.href='/register.htm'
})
按鈕是完全無效的,在所有瀏覽器。它甚至沒有突出當懸停... 任何指針?
添加加載前jQuery和文檔準備功能! – adeneo 2013-04-10 19:25:52
位於HTML文檔中的JavaScript在哪裏?確保你遵循了jQuery教程:http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery。在那裏解釋你需要知道的一切。 – 2013-04-10 19:33:00