without seeing any code you could try the following
$('#IDofYourCountrySelectField').on('change', function() {
//Code to update option values of city select field
});
or
$('#IDofYourCountrySelectField').change(function() {
//Code to update option values of city select field
});
Related Posts:
- Add custom taxonomy fields when creating a new taxonomy
- Remove Category description textarea
- Autogenerate Front End Form Field With jQuery
- Multi-select field for Taxonomy can’t save the value
- WordPress implode & wp_insert_post question
- Filter through custom taxonomy with an array of taxonomy IDs
- Loop through custom taxanomy in post and display custom fields from posts
- Custom field with terms from another taxonomy programmatically
- ACF Custom field not showing in Timber Taxonomy page
- Register custom taxonomy from a Advenced custom field option page
- add custom fields in custom taxonomy meta box in wordpress-3.5.2
- Any way to make custom taxonomy field searchable?
- How do I create a term for every value of a post meta?
- wp_insert_post not updating custom taxonomy selected if logged in as a subscriber
- $wpdb query a post type within a specific taxonomy term while ordering posts by custom meta value?
- How to obtain the link/URL to the feed of a custom taxonomy?
- get_term_children doesn’t return an array of children terms
- Get Current Custom Taxonomy ID by Post ID
- Changing stylesheet depending on custom taxonomy terms
- Custom fields to taxonomy
- Custom fields ‘for’ custom taxonomy?? Can someone explain why?
- Taxonomy with_front causes all
- Redirect all child taxonomy to its parent
- Taxonomy archive showing no results
- Print terms with taxonomy and metabox value
- Use get_the_terms to list subcategories of custom taxonomy
- Get taxonomy parent using child slug (from merged taxonomies)
- Wrapping result of the_terms in a span with a class of the term name
- How to display custom taxonomy images on index.php?
- I used the Tax-meta-class by bainternet but i still can’t get it to display any of the results.
- How do I taxonomy terms based on terms they are used alongside?
- Styling Taxonomy Terms Individually
- get_term and get_term_by return null or false, even though term exists
- Custom taxonomy [year] is directing to yearly archive
- Can I use a Custom Meta Value inside of ‘get_the_terms’?
- Display Taxonomy Terms in an option tag with value being the slug
- Changing taxonomy term by slug (wp_update_term)
- How to add contents of a custom field to a taxonomy term list?
- Modify “View” in admin panel for custom taxonomy
- How can I populate a select element with terms from a custom taxonomy and filter post results?
- Taxonomy template shows only 10 posts
- How do I list the pages of a custom taxonomy?
- How can I hide admin columns showing extra custom taxonomy fields?
- Conditional display for custom fields/taxonomy
- How do I modify the “Insert Media” lightbox in the admin to only show media items from a category?
- Controlling Taxonomy Category listings to hide and unhide specifics
- Get number of post who belongs in two taxonomies!
- What is faster: custom taxonomy or serialized post-meta for db retrieval? (over 60,000 posts)
- Rewrite Rule Working for all but one of the taxonomies created
- How to add textarea field to taxonomy (tag)?
- Taxonomies on custom taxonomies
- I am trying to display information from a custom table from my wordpress users pages
- How to join result of different taxonomies?
- Hide product categories and taxonomy terms in menu if empty
- Custom taxonomy forms for user profile
- Get taxonomy based on another taxonomy slug
- Why does a new taxonomy term get created when I assign an existing term to a post?
- Extend & Search Native WordPress Image Galleries With Tags and Taxonomies?
- Save custom taxonomy data in different table not in wp_options for my own plugin
- How to add Post Format Taxonomy Archive page in the menu?
- How to Rewrite Taxonomy URL to Include the Post Type as the Second Segment of the URL?
- How to get all taxonomies which can be added in menu?
- WordPress Tag or Custom Taxonomy Return All Posts if has that Word in Post Title
- How to create a dependent drop-down and options in dropdown must be manageable from admin panel
- Query posts by taxonomy with current term
- Add Image Uploader In Admin Panel
- How to separate posts in loop?
- Tell the difference between a term and page when they have the same ID
- jQuery – Automatic event trigger does not **really** check my form
- woocommerce custom product category template
- Custom Taxonomy index/archive hierarchy
- get the taxonomies terms associated with users
- Search Tool only refreshes Page without showing results
- WordPress thinks my custom taxonomy pages are search pages #seo
- Add Taxonomy Subcategory To Permalink
- Filter custom taxonomy archive posts by 2nd custom taxonomy using select dropdown
- How to show all post related taxonomies
- Replace taxonomy permalinks
- Display value of custom field of custom taxonomy in single post?
- Custom Taxonomy Term Archive Page Template that Filters 2 or more Taxonomies
- Getting associated taxonomies
- How to use multiple archive templates for a taxonomy?
- Add / Update Custom Fields After Select Pictures in Media Window
- problem in taxonomy-{taxonomy}.php pagination
- Removing “s” from search with custom parameters
- Adding custom taxonomy in my existing category URL
- How to fetch the data from Advanced Custom post when we search specific keyword or field name related to the post?
- How do I display a custom field from a custom taxonomy in single.php?
- How to display products name in a non-alphabetical order, in a custom field (taxonomy)?
- Custom Taxonomy Query
- How to get posts which must match both custom taxonomies?
- Prevent users from adding taxonomy terms
- Create custom taxonomy and Display in metabox dropdown
- Custom Taxonomy with tax_query
- Redirect to another page using contact form 7? [closed]
- How to create a custom taxonomy using a shortcode?
- Override Taxonomy Template
- Get the taxonomy of the post
- how can i display taxonomy instead of category on my web page?
- Taxonomy Meta Box in User Profile?