質問編集履歴

2

コードの非表示

2021/03/07 14:10

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -232,17 +232,19 @@
232
232
 
233
233
 
234
234
 
235
+
236
+
235
- //xd-modal
237
+ //html-modal
236
-
238
+
237
- $("#modal-xd").hide();
239
+ $("#modal-html").css('display', 'none');
238
-
240
+
239
- $("#modal__bg").hide();
241
+ $("#modal__bg").css('display', 'none');
240
-
241
-
242
-
242
+
243
+
244
+
243
- $("#modal__open-xd").on("click",function(){
245
+ $("#modal__open-html").on("click",function(){
244
-
246
+
245
- $("#modal-xd").fadeIn(200);
247
+ $("#modal-html").fadeIn(200);
246
248
 
247
249
  $("#modal__bg").show();
248
250
 
@@ -252,9 +254,9 @@
252
254
 
253
255
 
254
256
 
255
- $("#modal__close-xd,#modal__bg").on("click",function(){
257
+ $("#modal__close-html,#modal__bg").on("click",function(){
256
-
258
+
257
- $("#modal-xd").fadeOut(200);
259
+ $("#modal-html").fadeOut(200);
258
260
 
259
261
  $("#modal__bg").hide();
260
262
 
@@ -262,151 +264,11 @@
262
264
 
263
265
  })
264
266
 
265
- //xd-modal
266
-
267
-
268
-
269
-
270
-
271
267
  //html-modal
272
268
 
273
- $("#modal-html").css('display', 'none');
269
+
274
-
275
- $("#modal__bg").css('display', 'none');
270
+
276
-
277
-
278
-
279
- $("#modal__open-html").on("click",function(){
271
+
280
-
281
- $("#modal-html").fadeIn(200);
282
-
283
- $("#modal__bg").show();
284
-
285
- return false;
286
-
287
- });
288
-
289
-
290
-
291
- $("#modal__close-html,#modal__bg").on("click",function(){
292
-
293
- $("#modal-html").fadeOut(200);
294
-
295
- $("#modal__bg").hide();
296
-
297
- return false;
298
-
299
- })
300
-
301
- //html-modal
302
-
303
-
304
-
305
-
306
-
307
- //css-modal
308
-
309
- $("#modal-css").css('display', 'none');
310
-
311
- $("#modal__bg").css('display', 'none');
312
-
313
-
314
-
315
- $("#modal__open-css").on("click",function(){
316
-
317
- $("#modal-css").fadeIn(200);
318
-
319
- $("#modal__bg").show();
320
-
321
- return false;
322
-
323
- });
324
-
325
-
326
-
327
- $("#modal__close-css,#modal__bg").on("click",function(){
328
-
329
- $("#modal-css").fadeOut(200);
330
-
331
- $("#modal__bg").hide();
332
-
333
- return false;
334
-
335
- })
336
-
337
- //css-modal
338
-
339
-
340
-
341
-
342
-
343
- //js-modal
344
-
345
- $("#modal-js").css('display', 'none');
346
-
347
- $("#modal__bg").css('display', 'none');
348
-
349
-
350
-
351
- $("#modal__open-js").on("click",function(){
352
-
353
- $("#modal-js").fadeIn(200);
354
-
355
- $("#modal__bg").show();
356
-
357
- return false;
358
-
359
- });
360
-
361
-
362
-
363
- $("#modal__close-js,#modal__bg").on("click",function(){
364
-
365
- $("#modal-js").fadeOut(200);
366
-
367
- $("#modal__bg").hide();
368
-
369
- return false;
370
-
371
- })
372
-
373
- //js-modal
374
-
375
-
376
-
377
-
378
-
379
- //wp-modal
380
-
381
- $("#modal-wp").css('display', 'none');
382
-
383
- $("#modal__bg").css('display', 'none');
384
-
385
-
386
-
387
- $("#modal__open-wp").on("click",function(){
388
-
389
- $("#modal-wp").fadeIn(200);
390
-
391
- $("#modal__bg").show();
392
-
393
- return false;
394
-
395
- });
396
-
397
-
398
-
399
- $("#modal__close-wp,#modal__bg").on("click",function(){
400
-
401
- $("#modal-wp").fadeOut(200);
402
-
403
- $("#modal__bg").hide();
404
-
405
- return false;
406
-
407
- })
408
-
409
- //wp-modal
410
272
 
411
273
 
412
274
 

1

文字の変更

2021/03/07 14:10

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
 
10
10
 
11
- 当然URLを読み込んだ際に同じような動きになると思うので解決したいです、
11
+ 当然ユーザーがURLを読み込んだ際に同じような動きになると思うので解決したいです、
12
12
 
13
13
  よろしくお願いします。
14
14