/** * @file autogrow plugin for jquery-jeditable * @author Mika Tuupola, Nicolas CARPi * @copyright © 2008 Mika Tuupola, Nicolas CARPi * @home https://github.com/NicolasCARPi/jquery_jeditable * @licence MIT (see LICENCE file) * @name PluginAutogrow * @example Autogrow example: * $(".autogrow").editable("save.php", { * type : "autogrow", * submit : 'OK', * cancel : 'cancel' * }); */ 'use strict'; (function ($) { $.editable.addInputType("autogrow", { element : function(settings, original) { var textarea = $("