Can I completely rely upon jQuery\'s html() method behaving identical to innerHTML? Is there any difference between innerHTML and jQue
html()
innerHTML
innerHTML is not standard and may not work in some browsers. I have used html() in all browsers with no problem.