I am trying to save some data against the html dom element and do not want to rely on the attributes set in the element. So, is there a way for the html dom hash element to be used on the map?
Example: I want to be able to do the following in javascript:
Map[Hash(DIV1)] = somedata;
source share