Next-Prev functionality for the jquery tabs
问题 I need Next, Previous functionality for the jquery tabs on clicking on the Next and Prev html buttons. I am using jquery.1.9.1.js and jquery-ui-1.10.2.custom.js file. I have implemented below code but does not work for me. <script language="javascript" type="text/javascript"> $(function () { $("#ui-tabs").tabs(); function GetSelectedTabIndex() { return $('#ui-tabs').tabs('option', 'selected'); } function ShowTabs(stepNum) { var num = parseInt(stepNum); $('#ui-tabs').tabs('option', 'active',