Is it possible when you open the page load directly in the center of the page without anchor and also without scroll?
Everything I search relates to window.open()
.
I did not find anything specific that I need.
Is it possible when you open the page load directly in the center of the page without anchor and also without scroll?
Everything I search relates to window.open()
.
I did not find anything specific that I need.
I solved it as follows:
$(document).scrollTop($(window).height() / 2);
My document will open in the center of the page, making the screen size divided by 2.
Anyway, I flirted.
You can target a specific element:
http://www.minhapagina.com/#centro
That is, when entering the main page, simply redirect to the same address by adding #
+ id of the element!