Показать сообщение отдельно
  #3 (permalink)  
Старый 05.04.2016, 09:08
Интересующийся
Отправить личное сообщение для megoloman Посмотреть профиль Найти все сообщения от megoloman
 
Регистрация: 26.10.2015
Сообщений: 14

Большой район
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)
}
Ответить с цитированием