If htmlString is provided, this will set the contents of each element and return the current set for chaining
If no argument is passed, this will return the contents of the first element in the current set
HTMLString or DollarJS (chainable)
$('p').html()
$('p').html('<div>')
If htmlString is provided, this will set the contents of each element and return the current set for chaining
If no argument is passed, this will return the contents of the first element in the current set