I have a modal in my page. When I try to call it when the windows load, it prints an error to the console that says :
$(...).modal is not a function
Use:
jQuery.noConflict(); $('#prizePopup').modal('toggle');