Scroll down to element with ID

Hello.
I have a calendar list where I wont to scroll down to the todays date on load.
I have looked at anchorScroll(), but is there a way without using hash tags? And if not, how can a set a hash on my tab url? I have tried it like this:

 <a class="tab-item active" href="#tab/calendar#start">
        <i class="icon ion-home"></i>
         Test
      </a>

But this dont work.

What am I doing wrong:-)?

Regards, Andreas

1 Like