Sha256: 032086b973bf825a4f65f6a0858522d10bce89b2bc0947b9184df7984b10301a
Contents?: true
Size: 861 Bytes
Versions: 5
Compression:
Stored size: 861 Bytes
Contents
<div id="search2"> <% @yardoc_org = "http://yardoc.org" %> <% @project = "yard" %> <div class="search2_center"> <form class="search2" onsubmit="return false;" action=""> <input name="q" type="search" placeholder="Search" id="search_box2" size="30" value="" /> </form> </div> <script type="text/javascript" charset="utf-8"> $('#search_box2').focus(function(){ var search_index = relpath + 'search_index.json'; jQuery.getJSON(search_index, go_data); function go_data(adata) { $('#search_box2').autocomplete(adata, { width: 300, matchContains: true, formatItem: function(item) { return item.text; } }).result(function(event, item) { location.href = relpath + $(item.href_tag).attr("href"); }); } }); </script> </div>
Version data entries
5 entries across 5 versions & 1 rubygems