mouse0270 / bootstrap-notify

Turns standard Bootstrap alerts into "Growl-like" notifications.
http://bootstrap-notify.remabledesigns.com/
MIT License
2.25k stars 642 forks source link

growl immediately disappears with bootstrap modals #45

Closed jainarpit014 closed 10 years ago

jainarpit014 commented 10 years ago

I am using a form inside bootstrap modal with submit button.On clicking the submit button modal disappears as well as the growl notification. I have set z_index of the growl higher than modal.Also tried setting delay property of growl,still not working.

jainarpit014 commented 10 years ago

i changed the button type="button" instead of submit, working fine