What the difference between text() and html() functions in jQuery ?
$(\"#div\").html(\'Linkhello\
**difference between text()&& html() && val()...? #Html code.. Hello Welcome # jquery code.. $(document).ready(function(){ $("#d").html(); $("#d").text(); $("#d").val(); });