HubSpot / messenger

Growl-style alerts and messages for your app. #hubspot-open-source
http://github.hubspot.com/messenger/
MIT License
4.02k stars 406 forks source link

On Sucess Method #30

Closed hice3000 closed 11 years ago

hice3000 commented 11 years ago

Is there a way to do something with the AJAX result when the call succeed?

zackbloom commented 11 years ago

You can pass your success and error callbacks into the second argument of .run.

hice3000 commented 11 years ago

Thanks!