npm.io
1.0.4 • Published 11 years ago

hibb-modal

Licence
ISC
Version
1.0.4
Deps
3
Vulns
4
Weekly
0

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!'

Changelog