• नई संपत्तियाँ

[नई संपत्ति की जानकारी] SA-XROSS कामीताबाशी 3 अब खुला है!

अंतिम बार अद्यतन किया गया:2018.07.18

विषयसूची

[प्रदर्शन]

SA-XROSS कामीताबाशी 3 है अब खुलो!


 

आप खाना भी बना सकते हैं!


 

 

दोनों शॉवर हमेशा साफ रहते हैं!


 

 

' + $title + ''; } else if($before === 'h2') { $index += '

  • ' + $title + ''; } else { $index += '
  • ' + $title + ''; } $before = 'h2'; } else { if($before === 'h2'){ $index += '
    1. ' + $title + ''; } else { $index += '
    2. ' + $title + ''; } $before = 'h3'; } }); if($before === 'h2'){ $index += '
    '; } else { $index += '
  • '; } $('.table-of-contents .body').html($index); } else { $('.table-of-contents').remove(); } }); // スムーススクロール $(document).on('click', '.table-of-contents a[href^="#"]', function(e) { var headerH = $('#header').height(); var speed = 500; // アンカーの値取得 var href = $(this).attr('href'); // 移動先を取得 var target = $(href == '#' || href == '' ? 'html' : href); // 移動先を数値で取得 var position = target.offset().top - headerH; // スムーススクロール lazyload対策で実際には2回スムーススクロール実行 $.when( $("html, body").animate({ scrollTop: position }, speed, "swing"), e.preventDefault(), ).done(function() { var diff = target.offset().top - headerH; if (diff === position) {} else { $("html, body").animate({ scrollTop: diff }, 10, "swing"); } }); return false; }); //目次の[表示][非表示]翻訳 $openCount = 0; $('.table-of-contents .head .btn').on('click', function() { $openCount += 1; if($openCount % 2 === 0){ $(this).html('[प्रदर्शन]'); } else { $(this).html('[छिपा हुआ]'); } });