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()
Try this, I digged in chosen and found out that just need to pass options with "width" property like in this, or any other width value:
$("select").chosen({width: "inherit"})