We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using following code <div id="Sort_country" class="bfh-selectbox bfh-countries" data-country="US" data-flags="true" data-name="country" data-blank="false" data-filter="true">
<div id="Sort_country" class="bfh-selectbox bfh-countries" data-country="US" data-flags="true" data-name="country" data-blank="false" data-filter="true">
The text was updated successfully, but these errors were encountered:
I use the following jQuery code to get the selected text.
$("[id$='_selectedcountry']").val($('#mycountry .bfh-selectbox-option').text());
Hope this will help.
Sorry, something went wrong.
How can I get the full country name and state from this? It is only submitting short codes. "US" instead of "United States"
No, It is not. You will get the full names with this code.
$('.bfh-selectbox-option').first().text() for getting full Country name
No branches or pull requests
using following code
<div id="Sort_country" class="bfh-selectbox bfh-countries" data-country="US" data-flags="true" data-name="country" data-blank="false" data-filter="true">
The text was updated successfully, but these errors were encountered: