dimanche 19 avril 2015

HTML5 data attribute access using jquery

Which is the difference between code bellow?



$("demo").data("title");


and,



$("demo").attr("data-title");


or both are same?


Aucun commentaire:

Enregistrer un commentaire