0

I have issue with jquery mobile anchor. When I click on _blank link with some anchor I redirect to new page in new tab and navigate to anchor link. But when page is fully loaded page jump to the top of page

<a href="http://www.my_site.com/some_page#reviews" rel="external" data-ajax="false">Click me!</a>

1 Answers1

0

Make sure you don't have any JS code in your jQuery Mobile Page Load events.

Check if you have any

Move to Top of Page code in your $( document ).ready() function.

Also, check this resource link for events that triggers when page is fully loaded

http://api.jquerymobile.com/category/events/

check this link out too, if it helps :

jQuery Mobile prevent scroll-to-top before page transition

Let me know if it helps.

Community
  • 1
  • 1
Abhay Verma
  • 133
  • 1
  • 8