Hello,
I add one script that working with tabs, but when I click in one the menu scroll not working correctly.
http://biblioshop.serverdo.in/#clientes
After I navigate through these tabs (Todos, Distrito Federal, Goiás, etc), I click in Orçamento for example and the scroll stay in Produtos.
Why this happens?
I guess that is the shortcode for projects have any problem.
Can you help me?
1 Answers
I resolved using this!
jQuery(‘.class’).click(function(){
jQuery(‘[data-spy=”scroll”]’).each(function () {
var $spy = jQuery(this).scrollspy(‘refresh’)
})
});
Please login or Register to submit your answer