X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fjquery%2Fjquery.js;h=8a0a115c40935ebcf52465b55ae92e860dd8b6b4;hb=ccc4c7663a117f4a9c5469f086d18133ae4f2e38;hp=fd6d3a26799c0403fa1ecee27188205407658591;hpb=0d149e52e6d3326730c6a5e688d5496a7ab91a87;p=jquery.git diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index fd6d3a2..8a0a115 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -2461,6 +2461,9 @@ jQuery.macros = { /** * Get the html contents of the first matched element. * + * A wrapper for the innerHTML property of DOM elements, therefore + * not available for XML documents. + * * @example $("div").html(); * @before
* @result @@ -2473,6 +2476,9 @@ jQuery.macros = { /** * Set the html contents of every matched element. * + * A wrapper for the innerHTML property of DOM elements, therefore + * not available for XML documents. + * * @example $("div").html("new stuff"); * @before
* @result
new stuff