|
Title: Hide Window without Closing Post by: sky-t on February 07, 2020, 02:26:30 AM Hi there,
is there a chance to completely hide a window (incl. title) without closing is (so i can show it again if needed)? Title: Re: Hide Window without Closing Post by: jarry on February 11, 2020, 08:56:46 PM Please extend 'show' and 'hide' methods for the window component.
Code: $.extend($.fn.window.methods, {Usage examples. Code: $('#w').window('show'); // display the window |