|
Title: Show Messager in div Post by: sky-t on September 05, 2016, 01:59:10 AM Is there a possibilty to display the messager window in a specific div container?
Title: Re: Show Messager in div Post by: jarry on September 05, 2016, 08:14:19 AM Please extend a method 'appendTo' to append the window to a special <div> element.
Code: <script> The code below shows how to show a messager window in a '#cc' div container. Code: var d = $.messager.alert({ |