Wondered if someone could help me i have a link underneath Availability called "More Info" the link looks like:
Code: Select all
<span><a href="tab-attribute">More Info</a></span>
Code: Select all
<script type="text/javascript"><!--
$(function() {
var $tabs = $('#tabs').tabs(); // first tab selected
$('#tab-attribute').click(function() { // bind click event to link
$tabs.tabs('select, 1); // switch to second tab
return false;
});
});
//--></script>
But it doesnt seem to make the tab activate once clicked the link just redirects to homepage.
If you go here: http://www.washingmachinespares.org.uk/ ... ct_id=4933
you will see what i mean. I hope someone can help me as bene trying to do this for ages.
Kind Regards,
Aaron