// 加载 modal function load_modal(article_id, comment_id) { let modal_body = '#modal_body_' + comment_id; let modal_id = '#comment_' + comment_id; // 加载编辑器 if ($(modal_body).children().length === 0) { let content = ''; $(modal_body).append(content); } ; $(modal_id).modal('show'); } $(".django-ckeditor-widget").removeAttr('style'); $('#sidebar').stickySidebar({ topSpacing: 20, bottomSpacing: 20, }); (function ($) { "use strict"; function initParallax() { $('#masthead').parallax("100%", 0.3); $('#content').parallax("20%", 0.7); } initParallax(); })(jQuery);