jQuery Modal dialogを使用しようとしていますが、次のようにうまく動作します:
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
しかし、それらをローカルに保存すると、閉じるアイコンがありません:
<link rel="stylesheet" href="Styles/jquery-ui.css" />
<script src="Styles/jquery.min.js" type="text/javascript"></script>
<script src="Styles/jquery-ui.min.js" type="text/javascript"></script>
htmlを調べると、次のことがわかりました。
<span class="ui-icon ui-icon-closethick" unselectable="on">close</span>
jquery-ui.cssでもui-icon-closethickを見つけましたが、アイコンをローカルに保存する方法が見つかりません
ここでアイコンを見つけました。