Created
November 7, 2012 08:39
-
-
Save kloon/4030229 to your computer and use it in GitHub Desktop.
WooCommerce Currency Convert Widget add currency code as class to <li>
This file contains 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( '.currency_switcher li a' ).each( function() { | |
jQuery( this ).parent().addClass( jQuery( this ).attr( 'data-currencycode' ) ); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment