X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fmanipulation.js;h=eea377b7eb6c5f20e5fa05883c30220d42ecd45f;hb=0f03c7489fc2a8a3d806e13276cf61ae51ef641f;hp=501383816ed3cb30b0b0f4656ff4132215ef684f;hpb=0790989eb60df9df884837c05f90bab14df0704e;p=jquery.git diff --git a/src/manipulation.js b/src/manipulation.js index 5013838..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 = /