Disabled the passthrough .attr(method_name) functionality. You can now use it if...
authorjeresig <jeresig@gmail.com>
Fri, 18 Dec 2009 17:41:53 +0000 (12:41 -0500)
committerjeresig <jeresig@gmail.com>
Fri, 18 Dec 2009 17:41:53 +0000 (12:41 -0500)
commitd40083c866738727aa7ffd7f13d2955bc9575d5e
treebe83f2130432bc8f8e500813ef6f33f62f836823
parent148fb7ba8e992dd70c64cdc6a1c6f643fd1ba160
Disabled the passthrough .attr(method_name) functionality. You can now use it if you do: .attr({method_name: value}, true) OR as an easy initialization method: jQuery('<div/>', {html: '...', id: 'test'}).
src/attributes.js
src/core.js
test/unit/attributes.js
test/unit/core.js