我不知道你想做什么。
您是否试图更改jquery 1.4.5中按钮上的文本?
如果是这样-您需要确保按照jquery中的说明添加每个脚本
website
基本上,您需要将其添加到HTML文件的头部分:
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>