Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

не работает плагин #29

Open
miragex opened this issue Jun 29, 2015 · 1 comment
Open

не работает плагин #29

miragex opened this issue Jun 29, 2015 · 1 comment

Comments

@miragex
Copy link

miragex commented Jun 29, 2015

Добрый день
Не получается при выборе в SELECT передать названия улиц в 'user-adress'
В SELECT выбираются населенные пункты
$.kladr.url = 'http://kladr-api.ru/api.php';

$(function () {

// Form example
(function () {
    var $container = $(document.getElementById('form'));

    var $district = $container.find('[name="district"]'),
        $city = $container.find('[name="city"]'),
        $street = $container.find('[name="user-adress"]'),
        $building = $container.find('[name="user-house"]');


    $district.kladr('type', $.kladr.type.district);
    $city.kladr('type', $.kladr.type.city);
    $street.kladr('type', $.kladr.type.street);
    $building.kladr('type', $.kladr.type.building);

    // Отключаем проверку введённых данных для строений
    $building.kladr('verify', false);
})();

});

//


//
//<input data-kladr-id="2303600000000" autocomplete="off" name="district" id="district" //type="hidden">
//

// // //Агой //Агуй-Шапсуг //Вольное //Георгиевское //Греческий //Дедеркой //Дзеберкой //Кирпичное //

//<input autocomplete="off" maxlength="90" name="user-adress" id="user-adress" //class="component-cart-input size-4" value="" type="text">
//<input maxlength="3" name="user-house" id="user-house" class="component-cart-input size-2" //value="" type="text">

//


//

@garex
Copy link

garex commented Apr 12, 2016

Что это за репорт такой? Сделайте конкретный заголовок и код неисправный предоставьте, а не копипасту неясную.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants