The element to set the data to
The name of the data attribute to set the value (data-)some-attribute. (The data- part is optional)
The value to be set as data. Complex data will be json encoded. If NULL is given the data attribute will be removed
Generated using TypeDoc
Can be used to set a HTML data- attribute to a certain element.
Note: This is not jQuery! This will really set the attribute, no magical in-memory data here!