From: Anton M Date: Sat, 13 Nov 2010 13:39:28 +0000 (+0100) Subject: Make sure attr() works on non DOM element nodes. Fixes #7202, #7451, #7500. X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=b50f41a2e3ba9ab9a7bcf69a9633b0a8258015d6;hp=b50f41a2e3ba9ab9a7bcf69a9633b0a8258015d6;p=jquery.git Make sure attr() works on non DOM element nodes. Fixes #7202, #7451, #7500. Also added some tests for this attr(name), attr(name, value) and removeAttr(name). ---