Greasy Fork is available in English.

Discuții » Dezvoltare

Change the page without Reloading

§
Postat în: 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://greasyfork.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.

§
Postat în: 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.

§
Postat în: 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.

§
Postat în: 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.

Postează un raspuns

Autentifică-te pentru a posta un răspuns.