Discussões » Desenvolvimento

Change the page without Reloading

§
Publicado em: 05/08/2022

Hi, i have created an script but i want to make it so it doesn't reload the page when you click on the shortcut

https://greasyforks.org/en/scripts/449016-playlists-buttons

    playlist.onclick = function(){location.href = playlistlink;};

I have tried to use history.pushState but it only changes the URL! And doesn't update the page.

§
Publicado em: 06/08/2022

You would have to iframe the whole page. It is still the same thing as reloading, but it's not visible to the user.

§
Publicado em: 06/08/2022

I have found a way for it to work!!! :)

All i had to do is remove the function and set the href directly, soundcloud did the rest for me.

§
Publicado em: 08/08/2022

there is no need to js or jquery. to stop page reloading just specify the button type as 'button'. if you dont specify the button type, browser will set it to 'reset' or 'submit' witch cause to page reload.

Enviar resposta

Entre para publicar uma resposta.

长期地址
遇到问题?请前往 GitHub 提 Issues。