I've created a website that used to work fine. But now Firebug throws me an error while loading:
Break on Error - d is undefined (in jquery, gets loade from the google CDN)
if i turn off firebug and reload the page everything works just fine.
the site is now at http://www.optiekmeulemeester.be/test and I wanna hear if other get the same error and what can I do about it?
thanks in advance
We have to add a ref of /jquery.validate.min.js in this order
<script src='@Url.Content("~/Scripts/jquery-1.5.1.min.js")' type="text/javascript"></script>
<script src='@Url.Content("~/Scripts/jquery.validate.min.js")' type="text/javascript"></script>
<script src="@Url.Content("~/Scripts/jquery.validate.unobtrusive.min.js")" type="text/javascript"></script>
works fine try this.....
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With