Jim on April 3rd, 2010




In an HTML document, we can use .html() to get the contents of any element. If the selector expression matches more than one element, only the first ones HTML content is returned.

Continue reading about The jQuery HTML API