Closed DadingTsu closed 11 years ago
Messenger().run({ errorMessage: 'Error destroying alien planet', successMessage: 'Alien planet destroyed!', progressMessage: 'Please Wait...' }, { type:'POST', url:'/', data:{ }, success:function(data) { alert(data); } });
is that right? but this can not show spinner. how to set Messenger.options
The spinner shows up while a retry is happening, meaning you need a request which fails. See the example here: http://github.hubspot.com/messenger/
is that right? but this can not show spinner. how to set Messenger.options