May 15, 201214 yr Hi Wondered if someone could help me i have a link underneath Availability called "More Info" the link looks like: <span><a href="tab-attribute">More Info</a></span> and the jquery code looks like this: <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/index.php?route=product/product&product_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
Create an account or sign in to comment