我正在使用 Kendo Mobile 和 Jquery。我刚刚尝试以我能想到的所有方式禁用一个按钮,但什么也没发生,它仍然是可点击的。下面的代码应该在剑道项目中显示这一点。仅当“ data-role="button"
”在该行中并且在该行不存在时被禁用时才会发生这种情况。
发生了什么事,我该如何解决?
<header data-role="header">
<div data-role="navbar">
<a data-role="backbutton" data-align="left">Back</a>
<span data-role="view-title"></span>
<a id="colourNextButton" href="#products-found-view" data-role="button" data-bind="click: setChosenColours" data-transition="slide:left" data-align="right" disabled >Next</a>
</div>
</header>
谢谢