Get a property from a selected tab

Get a property from a selected tab


I am trying to us the excellent Tabs plugin and I am running into a
couple of problems, but the main one right now I hope is simple.
How do I get the value of a property on the <li> of the tab I clicked
on. I have a the below setup and I want to get the lob property of the
tab I clicked on so I can dynamically load the div with data.
<ul>
<li><a href="#PLAT1" lob="PLAT 1"><span>Platinum 1</span></a></li>
<li><a href="#VIS1" lob="VIS 1"><span>Vision 1</span></a></li>
<ul>
<div id="PLAT1"></div>
<div id="VIS1"></div>
Thank you for your help.