Skip to content
New issue

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

Convert array to data-attributes #81

Open
TorbenKoehn opened this issue Apr 8, 2016 · 0 comments
Open

Convert array to data-attributes #81

TorbenKoehn opened this issue Apr 8, 2016 · 0 comments
Milestone

Comments

@TorbenKoehn
Copy link
Member

Found it here

I could imagine it like this:

div&data(['some-key' => 'some value', 'int' => 14])

resulting in

<div data-some-key="some value" data-int="14"></div>
@TorbenKoehn TorbenKoehn added this to the 1.6 milestone Apr 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant