Css 在jquerymobile中自定义按钮?

Css 在jquerymobile中自定义按钮?,css,html,jquery-mobile,Css,Html,Jquery Mobile,这是我的JQueryMobile按钮: <p><a href="#test1" data-role="button" class="testbutton1">Test 1</a></p> 当我加载html端时。什么都没发生? 我犯了什么错 提前thx -1.更新- 谢谢你的回答! 好的,这就是我所支持的: <script src="http://code.jquery.com/jquery-1.7.1.min.js">&

这是我的JQueryMobile按钮:

    <p><a href="#test1" data-role="button" class="testbutton1">Test 1</a></p>   
当我加载html端时。什么都没发生? 我犯了什么错

提前thx

-1.更新- 谢谢你的回答! 好的,这就是我所支持的:

<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"></script>

但是什么都没发生。。。LOL

确保您已包括:

核心jQuery jquerymobile jQuery移动CSS 而且它应该起作用-


此外,我认为您不需要在移动设备上支持旧的IE-s

即使没有jquery.mobile.css,它也应该可以工作-您在哪个浏览器中测试?
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"></script>