I am using a Bootstrap modal for users to choose product options before adding an item to their cart. I\'ve used them before in this scenario with no issues but this one isn\'t
Close the modal with universal $().hide() method:
$().hide()
$('#product-options').hide();