勝手属性を取得する

こんな感じ。

<html>
  <head>
    <script>
    </script>
  </head>
  <body>
    <a href="#" foo="bar" onclick="alert(this.getAttribute('foo'));"></a>
  </body>
</html>

WindowsのIE6/FF2/OP9では属性fooを取得できた。
HTML的にアレだけど、spanやdivを追加するよりはこっちのほうがいいなぁ。