git_bind,
<!DOCTYPE HTML>
<html>
<head>
<title>Untitled</title>
<meta charset="utf-8">
<style type="text/css">
.AccessoryItem span {
cursor: pointer;
background: #FFCC00;
}
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script>
$(function(){
var s = $("#text-search"), b = $(".AccessoryItem span"), d = $(".source");
s.on("input",function() {
d.toggle(this.value == b.text());
});
});
</script>
</head>
<body> <input type="text" id="text-search" />
<div class="source">
<h2>unaccountedPoly2_source</h2>
<div class="item">
<div class="PrivateItem">
<input type="checkbox" onchange="layerStatusChanged(this)" id="Private1" name="Private" checked="checked" value="2543" class="ui-helper-hidden-accessible">
<label for="Private1" class="button_text" role="button" aria-disabled="false"><span class="ui-button-text">Приватный</span></label>
</div>
<div class="AccessoryItem">
<input type="checkbox" onchange="layerAccessoryChanged(this)" id="Item0" name="Items" checked="checked">
<span>unaccountedPoly2</span>
</div>
</div>
</div>
</body>
</html>