我必须在按钮单击时从同一文件夹中调用其他本地 html 页面。我怎么称呼它。给定
$("#nextbutton").click(function(){
//alert('heretest')
window.location.href = 'main.html';
});
但不工作。
我必须在按钮单击时从同一文件夹中调用其他本地 html 页面。我怎么称呼它。给定
$("#nextbutton").click(function(){
//alert('heretest')
window.location.href = 'main.html';
});
但不工作。