Skip to content

Instantly share code, notes, and snippets.

@Glinkfr
Created May 22, 2019 12:34
Show Gist options
  • Save Glinkfr/344075cd8ce15b540eab3861fe282ad3 to your computer and use it in GitHub Desktop.
Save Glinkfr/344075cd8ce15b540eab3861fe282ad3 to your computer and use it in GitHub Desktop.
Onglets pour Thème Business Directory Plugin WordPress Fichier JS
jQuery(document).ready(function($) {
$('#tabs').tabs();
//hover states on the static widgets
$('#dialog_link, ul#icons li').hover(
function() { $(this).addClass('ui-state-hover'); },
function() { $(this).removeClass('ui-state-hover'); }
);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment