+<p>A string is designated <strong>htmlString</strong> in jQuery documentation when it is used to represent one or more DOM elements, typically to be created and inserted in the document. When passed as an argument of the <code>jQuery()</code> function, the string is identified as HTML if it starts with <code><tag ... ></code>) and is parsed as such until the final <code>></code> character. Prior to jQuery 1.9, a string was considered to be HTML if it contained <code><tag ... ></code> <em>anywhere within the string</em>.</p>
0 commit comments