diff --git a/js/jquery.mutable.js b/js/jquery.mutable.js index 450cc5a..236f246 100644 --- a/js/jquery.mutable.js +++ b/js/jquery.mutable.js @@ -31,6 +31,14 @@ } }); + + $("form").on("focusout", ".mutarselect-input",function( event ){ + $(this).prev(".mutarselect").prepend(""); + $(this).prev(".mutarselect").show(); + $(this).remove(); + + }); + //return this; };