X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7ff0d2ab41abd45fa1d45e6401a3f33c1ebddecd..287e81e0c99c7e203b9c78bcd6a1cf1a7c28d6f6:/js/jqModal/jqModal.js diff --git a/js/jqModal/jqModal.js b/js/jqModal/jqModal.js index db318ffb8..db1dd9e7c 100644 --- a/js/jqModal/jqModal.js +++ b/js/jqModal/jqModal.js @@ -34,6 +34,7 @@ $.fn.jqmAddClose=function(e){return hs(this,e,'jqmHide');}; $.fn.jqmAddTrigger=function(e){return hs(this,e,'jqmShow');}; $.fn.jqmShow=function(t){return this.each(function(){t=t||window.event;$.jqm.open(this._jqm,t);});}; $.fn.jqmHide=function(t){return this.each(function(){t=t||window.event;$.jqm.close(this._jqm,t)});}; +$.fn.jqmClose=function(t){return this.each(function(){t=t||window.event;$.jqm.close(this._jqm,t);this.remove();});}; $.jqm = { hash:{},