$("li:not([data-value=" + $(this).data("value") + "])", this.parentNode).hide();
$(this).siblings().hide();