From: Anton M Date: Tue, 7 Dec 2010 02:17:42 +0000 (+0100) Subject: Fix attr() problems in IE with attribute nodes. Followup to commit b50f41a2. X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=cc9dbd06e5ffa62223e1f2e3dbbdcbbcb2bf5e11;hp=cc9dbd06e5ffa62223e1f2e3dbbdcbbcb2bf5e11;p=jquery.git Fix attr() problems in IE with attribute nodes. Followup to commit b50f41a2. IE can't add properties on an attribute-node element, thus we handle it like text-/comment-nodes. ---