我的代码似乎没有工作。
$('#btnNext').click(function() { return false; });
$('#btnNext').click(function(e) { e.preventDefault(); });