Bootstrap collapse - go to top of the open item?
I'm using the bootstrap collapse function, but when I open an element which has a lot of content, then open the next element, it jumps down and doesn't go to the top of the open element. I've tried using scrollto plugin as shown below but it doesn't work: JS: $(function(){ $('a.accordion-toggle').click(function(){ $.scrollTo( this, 500); }) }); HTML: <div class="accordion" id="accordion2"> <div class="accordion-group heading-left-11"> <h5 class="accordion-heading row"> <a class="accordion-toggle span11" data-toggle="collapse" data-parent="#accordion2" href="#collapse1">Austria</a> <div class=