We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jquery/jquery/issues/2257
As of 3.0, data methods camelCase all keys before access. Use of non-camelCase keys requires direct object manipulation (e.g., var obj = $el.data()).
var obj = $el.data()
The text was updated successfully, but these errors were encountered:
data: Document behavior changes
ee3f226
Closes: gh-730
270b518
Document changes that align the method to the Dataset API's behavior Fixes gh-730 Closes gh-758
Closed with commit 270b518.
Sorry, something went wrong.
628c182
870eb80
No branches or pull requests
jquery/jquery/issues/2257
As of 3.0, data methods camelCase all keys before access. Use of non-camelCase keys requires direct object manipulation (e.g.,
var obj = $el.data()
).The text was updated successfully, but these errors were encountered: