回答編集履歴

1

不要な変数を除去

2019/08/13 08:30

投稿

yamap55
yamap55

スコア1376

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  function hoge() {
8
8
 
9
- document.getElementsByTagName('div')[0].innerHTML=a
9
+ document.getElementsByTagName('div')[0].innerHTML='<ul id="sortable"><li>1</li><li>2</li><li>3</li></ul>'
10
10
 
11
11
  $("#sortable").sortable()
12
12