質問編集履歴
4
rails 追加
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
3
slimに変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
|
10
10
|
### 該当のソースコード
|
11
11
|
|
12
|
-
```
|
12
|
+
```slim
|
13
13
|
- @mind_maps.each do | map |
|
14
14
|
div.mind_maps.color_box
|
15
15
|
p = simple_format( map.mind )
|
2
文言の変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -41,5 +41,5 @@
|
|
41
41
|
|
42
42
|
スクロールアクションをする際に
|
43
43
|
高さ位置を取得してハンドラ位置の調整をすれば良いと思っているのですが、
|
44
|
-
ポジション指定するにしても
|
44
|
+
ポジション指定するにしてもリサイズハンドラの取得が出来ず、
|
45
45
|
どうすればいいか詰まっています。
|
1
html 記載
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,6 +9,12 @@
|
|
9
9
|
|
10
10
|
### 該当のソースコード
|
11
11
|
|
12
|
+
```html
|
13
|
+
- @mind_maps.each do | map |
|
14
|
+
div.mind_maps.color_box
|
15
|
+
p = simple_format( map.mind )
|
16
|
+
```
|
17
|
+
|
12
18
|
```jquery
|
13
19
|
|
14
20
|
$(function(){
|