X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fmanipulation.js;h=1699f680189012a72ea94334ea1e82affe6bf8de;hb=9cd5866a292b1d653651237802d80393a9081528;hp=ef4eb3e09ade88f5e419075ecb2ad6e7b72d4a50;hpb=69e6e53555f21f07b534f1169298f7b33011bb4b;p=jquery.git diff --git a/src/manipulation.js b/src/manipulation.js index ef4eb3e..1699f68 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -1,10 +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 = /