I have this code which triggers a bootstrap modal and load its content via $.load(). the page I\'m loading has a select element which I\'m calling chosen on. He
$.load()
The following solution worked for me (from http://codepen.io/m-e-conroy/pen/ALsdF):
Redefine "modal" class:
.modal { display: block; }