HTML Data Attributes & JavaScript Dataset Property - HTML5 & JavaScript - Part 6

preview_player
Показать описание
In this tutorial we'll cover HTML5 data attributes & how to interract with HTML data attributes using JavaScript dataset property.

This tutorial is Part 6 from HTML & CSS Crash Course for a JavaScript Developer series.

#html #DataAttributes #Javascript
Рекомендации по теме
Комментарии
Автор

thanks! exactly the information I was looking for - glad you explained the syntax of using in Javascript - saved me a lot of time :)

portraitpictures
Автор

Thank you.
I spent a day trying to solve this problem.
All of the examples I could find were either using hard coded strings (who uses "hard coded strings" and loops to solve a problem. I did manage to find a way in three lines of code (without loops) .

continental_drift
Автор

Is it possible to make login from google form and if login condition is correct then jump to another google form?

radeneki
Автор

How to use this if you have a for cycle : for example: all the divs has data attributes: "data-tipo" that means it has returns all the content from data-tipo.

endersonperez