Skip to content

Instantly share code, notes, and snippets.

@kloon
Created November 7, 2012 08:39
Show Gist options
  • Save kloon/4030229 to your computer and use it in GitHub Desktop.
Save kloon/4030229 to your computer and use it in GitHub Desktop.
WooCommerce Currency Convert Widget add currency code as class to <li>
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