$()

in apidocs/search.js [80:83]


    $("#reset").click(function() {
        $("#search").val('');
        $("#search").focus();
    });