Wednesday, March 9, 2016

jQuery html() Method

http://www.w3schools.com/jquery/html_html.asp

Return content:
$(selector).html()
Set content:
$(selector).html(content)
Set content using a function:
$(selector).html(function(index,currentcontent))

No comments:

Post a Comment