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