It looks like there was some sort of JQuery version conflict in my code.
Removing the following line from _Layout.cshtml was able to resolve my issue:
_Layout.cshtml
@Scripts.Render("~/bundles/jquery")