回答編集履歴

1

編集

2017/05/25 03:13

投稿

ssk
ssk

スコア332

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  $(function() {
8
8
 
9
- $('#unList').delegate('li','click',function(){
9
+ $('#unList').on('li','click',function(){
10
10
 
11
11
  $(this).remove();
12
12
 
@@ -16,7 +16,7 @@
16
16
 
17
17
 
18
18
 
19
- $("#sortable").delegate('li','click',function(){
19
+ $("#sortable").on('li','click',function(){
20
20
 
21
21
  $(this).remove();
22
22