質問編集履歴
1
hamlからHTMLに変換
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,23 +1,28 @@
|
|
1
1
|
scopeなどをいろいろ試してもうまく行きませんでした。
|
2
2
|
|
3
3
|
```
|
4
|
-
|
4
|
+
<div class="draggable">
|
5
|
-
|
5
|
+
<p>ドラッグ要素</p>
|
6
|
+
</div>
|
6
|
-
|
7
|
+
<div class="draggable">
|
7
|
-
|
8
|
+
<p>ドラッグ要素</p>
|
8
|
-
|
9
|
+
</div>
|
9
|
-
%tr
|
10
|
-
|
10
|
+
<table>
|
11
|
+
<tr>
|
12
|
+
<th class="table"></th>
|
13
|
+
<th class="table"></th>
|
14
|
+
<th class="table"></th>
|
15
|
+
<th class="table"></th>
|
16
|
+
<th class="table"></th>
|
17
|
+
</tr>
|
18
|
+
<tr>
|
19
|
+
<td class="table"></td>
|
20
|
+
<td class="table"></td>
|
21
|
+
<td class="table"></td>
|
22
|
+
<td class="table"></td>
|
23
|
+
<td class="table"></td>
|
24
|
+
</tr>
|
11
|
-
|
25
|
+
</table>
|
12
|
-
%th.table
|
13
|
-
%th.table
|
14
|
-
%th.table
|
15
|
-
%tr
|
16
|
-
%td.table
|
17
|
-
%td.table
|
18
|
-
%td.table
|
19
|
-
%td.table
|
20
|
-
%td.table
|
21
26
|
```
|
22
27
|
```
|
23
28
|
$(function() {
|