Skip to content

Instantly share code, notes, and snippets.

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

Miklós Galicz blackfyre

🏠
Working from home
View GitHub Profile
@blackfyre
blackfyre / README.md
Last active August 29, 2015 14:15 — forked from denji/README.md
@blackfyre
blackfyre / placeholder.js
Created July 17, 2012 13:04 — forked from pjeweb/jQuery HTML5 placeholder fix.js
jQuery HTML5 placeholder fix with compability check
// Released under MIT license: http://www.opensource.org/licenses/mit-license.php
placeholderSupport = ("placeholder" in document.createElement("input"));
if (!placeholderSupport) {
(function ($) {
'use strict';
$(function () {
$('[placeholder]')