Update geo location search

This commit is contained in:
Hoang Huu
2019-09-13 14:32:36 +07:00
parent 362dc5c097
commit b870e66e15
2 changed files with 10 additions and 3 deletions

View File

@@ -523,7 +523,11 @@ jQuery( document ).ready( function ( $ ) {
$( '.slide-ranger-max-input', _this ).change();
}
} );
} );
$( 'input[name="geo_radius"]' ).on( 'change', function ( e ) {
var val = $( this ).val();
$( this ).closest( '.opalestate-popup' ).find( '.radius-status__number' ).html( val );
} );
//////***Search Search **/