Большой район
function() {
var t = $(this).parent().text();
1 == $(this).prop("checked") ? ($(this).parent().hasClass("big-subloc-head") && $(this).parent().parent().find("li label").each(function() {
var t = $(this).text();
$(this).find("input:checkbox").prop("checked", !0), $('#chosen-subloc span:contains("' + t + '")').detach()
}), $("#chosen-subloc").append("<span>" + t + "</span>")) : ($(this).parent().hasClass("big-subloc-head") && $(this).parent().parent().find("li input:checkbox").each(function() {
$(this).prop("checked", !1)
}), $('#chosen-subloc span:contains("' + t + '")').detach())
}
Кнопка НАЙТИ:
function() {
var t = $(this).text();
$(this).detach();
var e = ($("#sublocality-choice label, #province-choice label"), $('#sublocality-choice label:contains("' + t + '"), #province-choice label:contains("' + t + '")'));
$(e).hasClass("big-subloc-head") ? $(e).parent().find("input:checkbox").each(function() {
$(this).prop("checked", !1)
}) : $(e).find("input:checkbox").prop("checked", !1)
}