/*! Zenput - v0.1.0 - 2013-01-29 * https://github.com/anthonyringoet/zenput * Copyright (c) 2013 Anthony Ringoet; Licensed MIT, GPL */ (function($) { $.fn.zenput = function() { var my = {}, inputs = this, $body = $('body'); my.mirror = function(give, take){ take.val(give.val()); }; // init // add toggle, mirror,… inputs.each(function(){ var $input = $(this); $('Focus').insertBefore($input); }); var $mirror = $('
Unfocus