“Cómo recargar una página” Código de respuesta

Página de recarga de jQuery

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

Cómo recargar la misma página usando JavaScript

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

¿Qué es la recarga?

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

Cómo recargar una página

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

Respuestas similares a “Cómo recargar una página”

Preguntas similares a “Cómo recargar una página”

Más respuestas relacionadas con “Cómo recargar una página” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código