Submenu created, items are shown but not clickable

More
9 years 8 months ago - 9 years 8 months ago #44672 by ivan.milic
You commented out scrolling script totally so scrolling also stooped.


You can use this code:


jQuery('nav a[href^="#"][href!="#"]').click(function(event){
event.preventDefault();
jQuery('html,body').animate({scrollTop:jQuery(this.hash).offset().top}, 500);
});


it will work by itself without need for external class
Last edit: 9 years 8 months ago by ivan.milic.

Please Log in to join the conversation.

Time to create page: 0.110 seconds
Powered by Kunena Forum