I use jQuery and for performing dynamic calculations I need to save some information along the anchor tag, for example:
<a href="blah.html" username="some value" age="12" address="blah">click</a>
Of course, this code will not pass the test, and since I need, for example, some data to be stored using the attribute rel, it will not be enough. I know that HTML5 solves this problem, but meanwhile (until HTMl5 is fully adopted), what other options do I have?
Thank,
Joel
source
share