Last active
August 29, 2015 14:05
-
-
Save corysimmons/76b79420e2d41f330a09 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var fuzzyList = new List('available-number-list', { | |
| valueNames: ['num'], | |
| plugins: [ListFuzzySearch()] | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="available-number-list"> | |
| <input class="fuzzy-search" type="text" placeholder="Begin typing to filter"> | |
| <ul class="list"> | |
| <li><a href="/available/6265002466" class="num">6265002466</a></li> | |
| <li><a href="/available/6265002466" class="num">6265002466</a></li> | |
| <li><a href="/available/6265002466" class="num">6265002466</a></li> | |
| <li><a href="/available/6265002466" class="num">6265002466</a></li> | |
| <li><a href="/available/6265002466" class="num">6265002466</a></li> | |
| ... | |
| </ul> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment