Add custom attribute to HTML tags
- by Ashwani K
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