What the difference between text() and html() functions in jQuery ?
$(\"#div\").html(\'Linkhello\
Well in simple term.
html()-- to get inner html(html tags and text).
text()-- to get only text if present inside(only text)