jQuery html()

jQuery html() method can either be used to set content ( where it overwrites the content of all the matched elements) or can be used to return content ( where it returns the content of the first matched element). jQuery html() sets or returns the content of selected elements. Syntax: When it is used to … Read more