【发布时间】:2013-10-03 13:22:23
【问题描述】:
我正在使用 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>
谢谢
【问题讨论】:
标签: html button kendo-mobile