Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们如何通过添加 css 类来设计 jQuery UI 按钮?
我有下面的按钮:
<input class="ui-state-default ui-button" type="button" value="click"/>
缺少的一件事是 jQuery UI 按钮的圆角。
我认为这是一个好方法。
<script> $( ".myclass" ).button(); </script>
这是html:
<input class="myclass" type="button" value="click"/>