jQuery Filtrify
Jquery Filtrify adiciona filtros em listas.
Documentação:
https://luis-almeida.github.io/filtrify/
https://github.com/luis-almeida/filtrify
CDN Prodest:
Através do CDN do Prodest você não precisará fazer o download do arquivo, bastando apenas referenciá-lo utilizando o link do CDN. O uso do CDN resulta em um aumento no desempenho do seu site ou sistema, pois o arquivo é baixado de um servidor diferente do seu, em paralelo, não consumindo o tráfego do seu servidor. Além do mais, caso o usuário acesse algum site que utiliza o mesmo CDN, o arquivo não é baixado novamente, sendo utilizada a versão em cache.
Link CDN:
https://cdn.es.gov.br/scripts/jquery/jquery-filtrify/0.2/js/filtrify.min.js (Versão 0.2.0)
Dependência:
jQuery 1.7.0 ou superior (https://cdn.es.gov.br/scripts/jquery/1.11.2/jquery-1.11.2.min.js)
jPages (https://cdn.es.gov.br/scripts/jquery/jquery-jPages/0.7/jPages.min.js)
HTML:
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://cdn.es.gov.br/scripts/jquery/jquery-filtrify/0.2/css/jPages.min.css">
<link rel="stylesheet" href="https://cdn.es.gov.br/scripts/jquery/jquery-filtrify/0.2/css/animate.min.css">
<link rel="stylesheet" href="https://cdn.es.gov.br/scripts/jquery/jquery-filtrify/0.2/css/filtrify.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://cdn.es.gov.br/scripts/jquery/1.11.2/jquery-1.11.2.min.js"></script>
<script src="https://cdn.es.gov.br/scripts/jquery/jquery-jPages/0.7/jPages.min.js"></script>
<script src="https://cdn.es.gov.br/scripts/jquery/jquery-filtrify/0.2/js/filtrify.min.js"></script>