id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
9688,`data` and `attr` inconsistencies with numbers,bentruyman,,"It looks like the `data` method, when reading data attributes off of nodes, is doing some sort of type conversion on numbers.

See here: http://jsfiddle.net/MZ49R/

In this example, the attribute `data-foo` is set to ""0001"". When accessed via the `data` method, the number `1` is returned. When accessed via the `attr` method the string `""0001""` is returned.

My expectation is that `data` should return the same value as `attr` would.",bug,closed,high,1.next,data,1.6.1,duplicate,,,,
