Skip to content

Instantly share code, notes, and snippets.

View thulioph's full-sized avatar
🔥

Thulio Philipe thulioph

🔥
View GitHub Profile
<h1>html5 attr autofocus</h1>
<label>Input de texto:</label>
<input type="text" placeholder="input type text">
<br />
<label>Input de e-mail:</label>
<input type="email" placeholder="input type e-mail" autofocus>
@thulioph
thulioph / A-Pen-by-Thulio-Philipe.markdown
Created August 20, 2013 23:56
A CodePen by Thulio Philipe.
@thulioph
thulioph / A-Pen-by-Thulio-Philipe.markdown
Created August 21, 2013 00:32
A CodePen by Thulio Philipe.
<section id="wrapper">
</section>
<article>
<p>Procurando no mapa:
<location id="status">checando...</span>
</p>
</article>
@thulioph
thulioph / A-Pen-by-Thulio-Philipe.markdown
Created September 2, 2013 20:45
A Pen by Thulio Philipe.
@thulioph
thulioph / index.html
Last active December 22, 2015 19:09
A Pen by Thulio Philipe.
<form action="#">
<div>
<label for="select-teste">Select</label>
<select name="select-teste" id="select-teste">
<option selected disabled >Esse vai ser o option padrão</option>
<option value="Opcao 1">Opção 1</option>
<option value="Opcao 2">Opção 2</option>
<option value="Opcao 3">Opção 3</option>
</select>
@thulioph
thulioph / index.html
Last active December 22, 2015 19:19
A Pen by Thulio Philipe.
<input type="password" placeholder="Digite sua senha" />
@thulioph
thulioph / Utilizando-o-Cycle.markdown
Last active December 23, 2015 14:49
A Pen by Thulio Philipe.

Utilizando o Cycle

Exemplo da utilização do cycle para um carrossel de listas.

Link do Exemplo

@thulioph
thulioph / Exemplos-da-utilização-do-Cycle.markdown
Last active December 23, 2015 14:49
exemplos de utilização do cycle jquery

Exemplos da utilização do Cycle

Demo