Created
May 22, 2019 12:34
-
-
Save Glinkfr/344075cd8ce15b540eab3861fe282ad3 to your computer and use it in GitHub Desktop.
Onglets pour Thème Business Directory Plugin WordPress Fichier JS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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