You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2018. It is now read-only.
I have an issue when trying to target a data attribute on an object. Say, for example, I have an Object variable called obj. And it has no data-hash attribute.
In Chrome:
obj.data("hash") -> returns undefined
In IE9:
obj.data("hash") -> returns 0
Preferable if it returned undefined in both cases.
The text was updated successfully, but these errors were encountered:
I have an issue when trying to target a data attribute on an object. Say, for example, I have an Object variable called obj. And it has no data-hash attribute.
In Chrome:
obj.data("hash") -> returns undefined
In IE9:
obj.data("hash") -> returns 0
Preferable if it returned undefined in both cases.
The text was updated successfully, but these errors were encountered: