Get started with bigfoot CDN

MIT licensed

Bigfoot: library for efficient filtering of large datasets.

Tags:
  • jquery
  • plugin
  • footnotes
  • footnote
  • bigfoot
  • popover

Stable version

Copied!

How to start using bigfoot CDN


<!DOCTYPE html>
<html>
<head>
  <title>Get started with bigfoot CDN - cdnhub.io</title>
  <script src="https://cdn.cdnhub.io/bigfoot/2.1.4/bigfoot.min.js"></script>
  <style>
    #search-container {
      width: 300px;
      position: fixed;
      right: 0;
      top: 10px;
      z-index: 1;
    }
  </style>
</head>
<body>
  <div id="search-container">
    <input type="text" id="search" placeholder="Search...">
  </div>
  <script>
    Bigfoot({
      selector: '#search',
      debounce: 300,
      threshold: 10,
      limit: 10,
      source: '/search.json', // Replace with your JSON source
      templates: {
        empty: 'No results found.',
        loading: 'Loading...',
      },
    });
  </script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!

All versions