应该是这样吧
(function($){
// jQuery One Page Nav
$('#nav').onePageNav({
currentClass: 'current',
changeHash: false,
scrollSpeed: 750,
scrollThreshold: 0.5,
filter: '',
easing: 'swing'
});
}(jQuery));
jquery2.0版本以上就不再对IE6+的支持
jquery2.0版本以上不再支持IE8以下,试下用jquery1.10