Created
January 27, 2015 16:05
-
-
Save wsmoak/b67109cdc4b46bfc9067 to your computer and use it in GitHub Desktop.
Chargify - Mark shipping country field as required
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
$(document).ready(function(){ | |
var countryLabel = $('label[for="subscription_customer_attributes_country"]'); | |
countryLabel.text("* " + countryLabel.text()); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment