私は現在<a>
、以下のコードで説明されているように、クリックしてナビゲートするためにタグを使用しています。
<li><a href="#" rel="cat1">Category 1</a></li>
<li><a href="#" rel="cat2">Category 2</a></li>
<div id="cat1">
Content goes here
</div>
<div id="cat2">
Content goes here
</div>