پرش به محتوا

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

۱۲۹ بایت اضافه‌شده ،  ‏۳۰ سپتامبر ۲۰۱۷
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱۹: خط ۱۹:
});
});
$(document).ready(function(){
$(document).ready(function(){
  var menu = $("#toc");
  var m_width = menu.width();
  var body = $("#bodyContent");
       if($('[id="toc"]').length > 0) {
       if($('[id="toc"]').length > 0) {
       $("#toc").css({'position' : 'fixed',
       menu.css({'position' : 'fixed',
                       'top' : '100px',
                       'top' : '100px',
                       'left' : '0'});
                       'left' : '0'});
        body.css("width", "calc(100% - 180px)");


       }else $("#toc").removeAttr("style");
       }else body.removeAttr("style");
});
});