Add custom attribute to HTML tags
Posted
by Ashwani K
on Stack Overflow
See other posts from Stack Overflow
or by Ashwani K
Published on 2010-05-13T06:10:05Z
Indexed on
2010/05/13
6:14 UTC
Read the original article
Hit count: 283
html
Hello All:
I am adding custom attributes to my HTMLtags something like
<li customeId="1">
I am to access this custom attribute in IE but in firefox, I am not able to get the values of these attributes. Any suggestion on how to access custom attribute in FireFox or any other way. I am using HTML 4 for development.
Thanks Ashwani
© Stack Overflow or respective owner