Skip to content
Snippets Groups Projects
Commit ec0e6a96 authored by khawkins98's avatar khawkins98
Browse files

Add documentation block

parent b7a6663a
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,18 @@
2) https://github.com/mikemerritt/LiveFilter/pull/15
*/
/**
* Livefilter from a input box
* ---
* A simple dom-based search/filter utility. For more guidance, see:
* https://www.ebi.ac.uk/style-lab/websites/patterns/live-filter.html
* @param {element} actedOnItem
* @example
* $('#livefilter-element').liveFilter({
* delay: 200, // don't log small changes
* analyticsLogging: true
* });
*/
(function($){
$.fn.liveFilter = function (settings) {
// Default settings
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment