change_state: function() {
            // Here we will find if state value on a select has changed and stick it to the country data
            var $this = $( this ),
                state    = $this.val(),
                $country = $this.parents( '.form-table' ).find( ':input.js_field-country' ),