hibb-modal
v1.0.4
Published
Renders a modal.
Downloads
2
Readme
Huygens ING Backbone Modal
Renders a modal.
Example usage:
modal = new Modal
title: "My title!"
html: $('<div />').html('lalala')
submitValue: 'OK'
modal.on 'cancel', => cancelAction()
modal.on 'submit', => modal.messageAndFade 'success', 'Modal submitted!'