Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #jquery #change #text
ADD COMMENT
Topic
Name
2+1 =