Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebug - Break on Error - d is undefined

Tags:

jquery

firebug

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

like image 508
Dante Avatar asked Apr 20 '26 04:04

Dante


1 Answers

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.....

like image 169
Chaitanya Avatar answered Apr 30 '26 20:04

Chaitanya



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!