Skip to content

Commit

Permalink
Added necessary specificity to title click events.
Browse files Browse the repository at this point in the history
  • Loading branch information
samcroft committed Jun 12, 2011
1 parent e00645c commit bdafe07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit bdafe07

Please sign in to comment.