Renato Ricardi
asked 9 years ago

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
Renato Ricardi
answered 9 years ago

I resolved using this!

jQuery(‘.class’).click(function(){
        jQuery(‘[data-spy=”scroll”]’).each(function () {
          var $spy = jQuery(this).scrollspy(‘refresh’)
        })
    });

Powered by DW Question & Answer Pro