common.html 262 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 <script type="text/javascript"> $(function () { window.optionchanged = false; $('#myTab a').click(function (e) { e.preventDefault();//阻止a链接的跳转行为 $(this).tab('show');//显示当前选中的链接及关联的content }) }); </script>