Skip to content

Instantly share code, notes, and snippets.

View jhonyjss's full-sized avatar
🏠
Working from home

Jhony Souza jhonyjss

🏠
Working from home
  • Jhony Souza
View GitHub Profile
<div class="form-inline form-times">
<p> BUSCA POR ASSUNTO </p>
<input type="text" class="form-control" id="input-times" placeholder="Digite o nome do time que deseja buscar">
<button type="button" id="btn-times" class="btn btn-times"><i class="glyphicon glyphicon-search" aria-hidden="true"></i></button>
</div>
<div id="filter-results"></div>
<nav>
<ul>
<li>Corinthians</li>
@jhonyjss
jhonyjss / ISO-8859-1.char.js
Created August 20, 2021 12:42
Full list of supported ISO-8859-1 characters. Notice that the names are case sensitive, hence if you want an uppercase letter, the name should also start with an uppercase letter.
[{char:'À',entity:'&Agrave;',entity_number:'&#192;'},
{char:'Á',entity:'&Aacute;',entity_number:'&#193;'},
{char:'Â',entity:'&Acirc;',entity_number:'&#194;'},
{char:'Ã',entity:'&Atilde;',entity_number:'&#195;'},
{char:'Ä',entity:'&Auml;',entity_number:'&#196;'},
{char:'Å',entity:'&Aring;',entity_number:'&#197;'},
{char:'Æ',entity:'&AElig;',entity_number:'&#198;'},
{char:'Ç',entity:'&Ccedil;',entity_number:'&#199;'},
{char:'È',entity:'&Egrave;',entity_number:'&#200;'},
{char:'É',entity:'&Eacute;',entity_number:'&#201;'},