Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquery set inner text

$(document).ready(function()
{
    $("#dvExample").text('I am new content of the div.')
});
Source by www.learningjquery.com #
 
PREVIOUS NEXT
Tagged: #jquery #set #text
ADD COMMENT
Topic
Name
3+7 =