navbar-wrapper 为想要悬浮的区域标签的class值
jQuery(function ($) { $(document).ready(function () { $('.navbar-wrapper').stickUp(); }); });