Sha256: 4d2a252fe067155df8486806298be22af924bade062a6c2333fa98ca319e7600

Contents?: true

Size: 219 Bytes

Versions: 2

Compression:

Stored size: 219 Bytes

Contents

$(document).ready(function () {
    // Set up filter
    $(".filterable").searcher({
        inputSelector: "#filter"
    });
    $("#reset-filter").click(function () {
        $("#filter").val("").change()
    });

})

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
machinery-tool-1.16.4 html/assets/landing_page/landing_page.js
machinery-tool-1.16.3 html/assets/landing_page/landing_page.js