I\'m using Twitter Bootstrap modal window functionality. When someone clicks submit on my form, I want to show the modal window upon clicking the \"submit button\" in the fo
I tried several methods which failed, but the below worked for me like a charm:
$('#myModal').appendTo("body").modal('show');