diff --git a/jquery.tabs.js b/jquery.tabs.js index 1f4fb24..e795f40 100644 --- a/jquery.tabs.js +++ b/jquery.tabs.js @@ -11,7 +11,7 @@ el.css('height', dlHeight + currentHeight); }); - $('dt a').click(function(e){ + $('dl.enhance dt a').click(function(e){ e.preventDefault(); $(this).parents('dl').find('.current').removeClass('current').next('dd').hide();