You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Добрый день
Не получается при выборе в 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);
})();
Добрый день
Не получается при выборе в SELECT передать названия улиц в 'user-adress'
В SELECT выбираются населенные пункты
$.kladr.url = 'http://kladr-api.ru/api.php';
$(function () {
});
//
//
//<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">
//
//
The text was updated successfully, but these errors were encountered: