Add ability to select different checklist tabs
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
jQuery(document).ready(function(){
|
||||
jQuery('.sp_datepicker').datepicker();
|
||||
jQuery(document).ready(function($){
|
||||
$('#sportspress-tabs a').click(function() {
|
||||
$(this).closest('li').removeClass('wp-tab').addClass('wp-tab-active').siblings().removeClass('wp-tab-active').addClass('wp-tab').closest('.wp-tab-bar').siblings($(this).attr('href')).show().siblings('.wp-tab-panel').hide();
|
||||
return false;
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user