Skip to content

Instantly share code, notes, and snippets.

@timarney
Created June 14, 2017 17:14
Show Gist options
  • Save timarney/bc89d66dacdf894f40f2f8759b0ad8dd to your computer and use it in GitHub Desktop.
Save timarney/bc89d66dacdf894f40f2f8759b0ad8dd to your computer and use it in GitHub Desktop.
$(document).ready(function() {
// =====
if($('#id_country').length){
$('#id_country').change(function(){
if($('#postcode').length){
$('#postcode').trigger('blur');
}
});
}
// ======
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment