Title: How to set default text in messager prompt input? Post by: aswzen on July 31, 2015, 04:02:48 AM in $.messager.prompt documentation i only see 3 parameter title, message, and function, no option to set the default value.
How to set default text in messager prompt input? Thank you Title: Re: How to set default text in messager prompt input? Post by: jarry on July 31, 2015, 06:19:09 PM Please try this:
Code: var m = $.messager.prompt('My Title', 'Please type something', function(r){ |