X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fmanipulation.js;h=eea377b7eb6c5f20e5fa05883c30220d42ecd45f;hb=339708cda9985aeef947a28bec1354bdfcc2a358;hp=4746dc83b1e70228a7d830c32b5781901399a538;hpb=173c1477ae6efc4c2eeb7131ba0646c4e1323975;p=jquery.git diff --git a/src/manipulation.js b/src/manipulation.js index 4746dc8..eea377b 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -1,9 +1,10 @@ var rinlinejQuery = / jQuery\d+="(?:\d+|null)"/g, rleadingWhitespace = /^\s+/, - rxhtmlTag = /(<(\w+)[^>]*?)\/>/g, + rxhtmlTag = /(<([\w:]+)[^>]*?)\/>/g, rselfClosing = /^(?:abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i, - rtagName = /<(\w+)/, + rtagName = /<([\w:]+)/, rtbody = /