Skip to content

Instantly share code, notes, and snippets.

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

John Tsevdos tsevdos

🏠
Working from home
View GitHub Profile
<input type="file" accept="image;capture=camera" />
<input type="file" accept="video;capture=camcorder" />
<input type="file" accept="audio;capture=microphone" />
<a href="tel:+306948123456">+306948123456</a>
<a href="sms:+306948123456">+306948123456</a>
<!-- base tag -->
<base href="http://www.example.com/" />
$(el).prop('tagName').toLowerCase();
$(el).prop('tagName');
<input name="frameworks" list="frameworks" >
<datalist id="frameworks">
<option value="jQuery"></option>
<option value="Ext JS"></option>
<option value="MooTools"></option>
<option value="Dojo"></option>
<option value="YUI"></option>
</datalist>
<link rel="prefetch" href="http://www.example.com/"> <!-- Firefox -->
<link rel="prerender" href="http://www.example.com/"> <!-- Chrome -->
<link rel="prefetch" href="http://www.example.com/path/to/sprite.png">
<link rel="prefetch" href="http://www.example.com/">
<!-- div is hidden (act just like display:none) -->
<div hidden>You can't see me!</div>