回答編集履歴

1

表記調整

2017/01/26 22:27

投稿

maisumakun
maisumakun

スコア145184

test CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
 
4
4
 
5
- イベントの`.toggle`は、以下の記述からも読み取れるように、もともと設計に無理があったようです。
5
+ イベントの`.toggle()`は、以下の記述からも読み取れるように、もともと設計に無理があったようです。
6
6
 
7
7
 
8
8
 
9
- > It(注、`.toggle`メソッド) is relatively straightforward to implement the same behavior by hand, and this can be necessary if the assumptions built into `.toggle()` prove limiting. For example, `.toggle()` is not guaranteed to work correctly if applied twice to the same element. ([公式リファレンス](http://api.jquery.com/toggle-event/)より)
9
+ > It(注、`.toggle()`メソッド) is relatively straightforward to implement the same behavior by hand, and this can be necessary if the assumptions built into `.toggle()` prove limiting. For example, `.toggle()` is not guaranteed to work correctly if applied twice to the same element. ([公式リファレンス](http://api.jquery.com/toggle-event/)より)