我在我的网站上使用 bootstrap framework v2.0.1 。
当在PC或笔记本电脑上查看网站时,我的页面上有一个按钮可以正常使用浏览器。问题出在智能手机和平板电脑等设备上。
我试图在firebug控制台的帮助下检测到这个问题,但没有出现这样的错误或警告。这意味着jQuery代码工作正常。
所以我没有得到按钮的问题在设备上工作。有人可以在这方面帮助我吗?
代码如下:
<div class="container" style="padding-top: 140px; margin-bottom: 70px;">
<div class="row">
<div class="span12 account-container12">
<legend>My Profile <button type="button" class="btn btn-primary" onclick="location.href = 'http://sample.site.com/change_password.php';" style="float:right">Change Password</button></legend>
</div>
</div>
</div> <!-- /container -->