If you are having a similar issue, check your source code or console to be sure you have Jquery loaded. This behavior is common when you don't have jquery in your template
To load jquery, add this at the top or head section of your template.
<script type="text/javascript" src="{% static 'admin/js/vendor/jquery/jquery.js' %}"></script>