“JQuery Set Text of H1” Código de respuesta

JQuery Set Text of H1

$('#id').text("New Text");
Chris PA

JQuery Change Text

$(yourElement).html("New text");
//sets yourElement innerHTML to "New text"
var text = $(yourElement).html();
//html() returns the text inside yourElement if you pass no parameters
Fedeboss

Respuestas similares a “JQuery Set Text of H1”

Preguntas similares a “JQuery Set Text of H1”

Más respuestas relacionadas con “JQuery Set Text of H1” en JavaScript

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código