“Como recarregar uma página” Respostas de código

JQuery Reload Page

$('#myElement').click(function() {
    location.reload();
});
Grepper

Como recarregar a mesma página usando JavaScript

BY LOVE
window.location.reload();
Light Leopard

O que é recarregar o local

The Location.reload() method reloads the current URL, like the Refresh button.
may be blocked and a SECURITY_ERROR DOMException thrown if 
the origin of the calling script differs from 
the origin of the page that owns the Location object. 
Pink Person

Como recarregar uma página

<a href="">reload</a>
Dangerous Deer

Respostas semelhantes a “Como recarregar uma página”

Perguntas semelhantes a “Como recarregar uma página”

Mais respostas relacionadas para “Como recarregar uma página” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código