Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

change text in specific elements jquery

// (Note: this will change text in all H1 Elements)
$('h1').text("good bye");
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #text #specific #elements #jquery
ADD COMMENT
Topic
Name
9+6 =