Setting equal heights on tabs

Setting equal heights on tabs

Hello there

I'm new to jquery and your help with one of my issues will be greatly appreciated!

Basically, I am asked to set fixed height on a group of tabs.
The tab that has maximum text will set the height for the rest of the tabs.
The simplified version of the code looks like below:
<ul>
  <li><a href="">Tab 1</a></li>
  <li><a href="">Tab 2</a></li>
  <li><a href="">Tab 3</a></li>
</ul>

Taking this example, I want to set the fixed height for <a> tag.

Many thanks for your help.

Jay