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"/>
1 つ欠けているのは、jQuery UI ボタンの角が丸いことです。
これは良い方法だと思います。
<script> $( ".myclass" ).button(); </script>
これがhtmlです:
<input class="myclass" type="button" value="click"/>