質問するログイン新規登録

回答編集履歴

2

クォーテーション修正

2016/05/16 02:40

投稿

退会済みユーザー
answer CHANGED
@@ -3,9 +3,9 @@
3
3
 
4
4
  swal({
5
5
  title: "<span style="****">Deleted</span >!",
6
- text: 'You will not be able to recover this imaginary file!
6
+ text: "You will not be able to recover this imaginary file!
7
- <span style="****">追加したいテキスト<span>',
7
+ <span style="****">追加したいテキスト<span>",
8
- type: success,
8
+ type: "success",
9
9
  html: true
10
10
  });
11
11
  ```

1

追記でーす。

2016/05/16 02:40

投稿

退会済みユーザー
answer CHANGED
@@ -9,5 +9,6 @@
9
9
  html: true
10
10
  });
11
11
  ```
12
+ text: '~~',内の改行は`\n`で行けます。
13
+ `style="****"`で自由にスタイルを記述してください。
12
14
 
13
- `style="****"`で自由にスタイルを記述してください。