X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fmanipulation.js;h=789bf54e788d91a3ae9132756d63b5e85599c25b;hb=c7006d2fa54ee66cc0fa413aabe157a0248673e0;hp=4746dc83b1e70228a7d830c32b5781901399a538;hpb=173c1477ae6efc4c2eeb7131ba0646c4e1323975;p=jquery.git diff --git a/src/manipulation.js b/src/manipulation.js index 4746dc8..789bf54 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 = /