۵٬۱۲۰
ویرایش
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
خط ۱۹: | خط ۱۹: | ||
}); | }); | ||
$(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) { | ||
menu.css({'position' : 'fixed', | |||
'top' : '100px', | 'top' : '100px', | ||
'left' : '0'}); | 'left' : '0'}); | ||
body.css("width", "calc(100% - 180px)"); | |||
}else | }else body.removeAttr("style"); | ||
}); | }); |
ویرایش