Sha256: 4a00d484354b85e697ead4aa91046af65ba13cb40e05f6dbe6c673f93e2f71f7
Contents?: true
Size: 858 Bytes
Versions: 2
Compression:
Stored size: 858 Bytes
Contents
(function($) { "use strict"; // Start of use strict // jQuery for page scrolling feature - requires jQuery Easing plugin $(document).on('click', 'a.page-scroll', function(event) { var $anchor = $(this); $('html, body').stop().animate({ scrollTop: ($($anchor.attr('href')).offset().top - 50) }, 1250, 'easeInOutExpo'); event.preventDefault(); }); // Highlight the top nav as scrolling occurs $('body').scrollspy({ target: '.navbar-fixed-top', offset: 100 }); // Closes the Responsive Menu on Menu Item Click $('.navbar-collapse ul li a').click(function() { $('.navbar-toggle:visible').click(); }); // Offset for Main Navigation $('#mainNav').affix({ offset: { top: 50 } }) })(jQuery); // End of use strict
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
frontend-generators-0.2.0 | assets/new_age/app/assets/javascripts/new_age/new_age.js |
frontend-generators-0.1.2 | assets/new_age/app/assets/javascripts/new_age/new_age.js |