質問編集履歴

1

jQuery UIのバージョン情報を追記しました。

2015/06/04 04:41

投稿

toitoitoi
toitoitoi

スコア28

test CHANGED
File without changes
test CHANGED
@@ -72,6 +72,24 @@
72
72
 
73
73
 
74
74
 
75
+ ヘッダーでは以下を呼んでいます。
76
+
77
+ jQuery UI のバージョンは 1.11.1 です。
78
+
79
+ ================
80
+
81
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
82
+
83
+ <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/jquery-ui.min.js"></script>
84
+
85
+ <link type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/smootheness/jquery-ui.css" rel="stylesheet" />
86
+
87
+ ================
88
+
89
+
90
+
91
+
92
+
75
93
  スマホだとダイアログが後ろに隠れてしまうので下記を記述して全面に表示させています。
76
94
 
77
95
  ================