What is different between .append and .html
What is different between .append and .html in asp.net mvc
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Midhun TpPosted Oct 17, 2016, 9:48 AM
.append() add some value(html string) with the existing one inside an element, whether .html() do the same but it removes the old value.
Please have a look at below blog-
http://xhtmlandcsshelp.blogspot.in/2010/09/difference-between-append-and-html-in.html?m=1
Rajeesh MenothPosted Oct 17, 2016, 3:33 AM