Программирование на jquery
1710142940
Гость
В HTML можно устанавливать собственные атрибуты data- для таких элементов, как
[code]
[/code]
The jQuery framework has methods to do similar things ([code].data()[/code] etc). My question is do the jQuery methods just manipulate and read these html5 data attributes, or they are referring to different jQuery-type data-attributes?
Источник: [url]https://stackoverflow.com/questions/22113046/are-html-data-attributes-and-jquerys-data-same-thing[/url]