Difference between .html() and .text() functions in jQuery

Difference between .html() and .text() functions in jquery: .html() can be used to get the contents of inside an element. If your selector expression matches more than one element, only the first match will...