How can I resolve my problem? When I call
jQuery.ajax(my_ajax_request); or $.ajax(my_ajax_request);
with debug="true" it works correctly and doesn't work if debug="false"
P.S. I'm using bundles
Upd.:
bundles.Add(new ScriptBundle("~/bundles/jquery").Include(
"~/Scripts/jquery-{version}.js"));
bundles.Add(new ScriptBundle("~/bundles/jqueryui").Include(
"~/Scripts/jquery-ui-{version}.js"));
bundles.Add(new ScriptBundle("~/bundles/jqueryval").Include(
"~/Scripts/jquery.unobtrusive*",
"~/Scripts/jquery.validate*"));
<script src="/bundles/jquery?v=somehashcode"></script>Object doesn't support property or method 'addEventListener'jQuery' is undefinedThe value of the property '$' is null or undefined, not a Function object