Submenu created, items are shown but not clickable

More
10 years 6 days ago - 10 years 6 days 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: 10 years 6 days ago by ivan.milic.

Please Log in to join the conversation.

Time to create page: 0.070 seconds
Powered by Kunena Forum