We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670c7dc commit 3c7b7b4Copy full SHA for 3c7b7b4
js/jquery.smartTab.js
@@ -65,6 +65,7 @@
65
66
function setEvents(){
67
$(tabs).bind("click", function(e){
68
+ e.preventDefault();
69
if(tabs.index(this)!=obj.data('curTabIdx')) {
70
showTab(tabs.index(this));
71
if(options.autoProgress) restartAutoProgress();
0 commit comments