پرش به محتوا

مدیاویکی:Common.js: تفاوت میان نسخه‌ها

۱۳۴ بایت اضافه‌شده ،  ‏۳۰ سپتامبر ۲۰۱۷
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۲۰: خط ۲۰:
$(document).ready(function(){
$(document).ready(function(){
       if($('[id="toc"]').length > 0) {
       if($('[id="toc"]').length > 0) {
        alert("hast");
      $("#toc").css({'position' : 'fixed',
       }
                      'top' : '100px',
                      'left' : '0'});
 
       }else $("#toc").removeAttr("style");
});
});