Fixed bug with $.attr(), it was attempting to set attribute even if you're attempting...
authorJohn Resig <jeresig@gmail.com>
Wed, 17 May 2006 18:46:51 +0000 (18:46 +0000)
committerJohn Resig <jeresig@gmail.com>
Wed, 17 May 2006 18:46:51 +0000 (18:46 +0000)
commitc75701a0152a589c21c4862c33b691902a8b8f7b
treeb1d7ca27a655aee7b30500993a43a2749db75470
parent3386923dccbb9f0e7a9518109d54bcbd0f8f863d
Fixed bug with $.attr(), it was attempting to set attribute even if you're attempting to access a value. This was due to the !== null fix.
jquery/jquery.js