Dear All, I have using the code for developing tabs
$(document).ready(function() {
$('#container-1').tabs();
}
....
<div id="container-1">
<ul>
<li><a href="#fragment-1"><span>Home</span></a></li>
<li><a href="#fragment-2"><span>Contact</span></a></li>
</ul>
</div>
...
It works fine! need The Tab Click Event ,If it is Home Tab Click I have to alert();
How to achieve this!.Please help me!