Вход Регистрация
Файл: templates/default/js/fields/city.js
Строк: 13
<?php
$(function(){
    $(
'#location_group').on('input', function (){
        
= $(this).val();
        if(
v){
            $(
'#output_string').parent().show();
        } else {
            $(
'#output_string').parent().hide();
        }
    }).
trigger('input');
});
?>
Онлайн: 2
Реклама