Skip to content

Instantly share code, notes, and snippets.

View pjeweb's full-sized avatar

Paul Golmann pjeweb

  • @neonaut
  • Germany
  • 07:06 (UTC +01:00)
  • X @pjeweb
View GitHub Profile
// Released under MIT license: http://www.opensource.org/licenses/mit-license.php
// good javascript
(function ($) {
'use strict';
$(function () {
$('[placeholder]')
.focus(function () {
var input = $(this);
if (input.val() === input.attr('placeholder')) {