javascript - Redirect the user to the top of the screen (smartphones) -


i know if there jquery/javascript events allow redirect users top of smartphone screen. display top safari bar.

what want use anchor. put @ top of page:

<a name="top"></a> 

add want link top of page be:

<a href="#top">go top</a> 

here link more info: http://www.w3schools.com/tags/tag_a.asp


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -