Firebug - Break on Error - d - undefined

I created a website that worked fine. But now Firebug gives me a boot error:

Transition error - d - undefined (in jquery, get loade from Google CDN)

If I turn off firebug and reload the page, everything will work fine.

the site is now located at http://www.optiekmeulemeester.be/test and I want to hear if others get the same error and what can I do about it?

early

+3
source share
5 answers

If you think this is a firebug error, then what is the problem number?

http://code.google.com/p/fbug/issues/list

+1
source

ref /jquery.validate.min.js

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

, .....

+6

, firebug "Break on all error" ( "" Firebug 1.5.4), , javascript, , , jquery javascript, , , jquery jqueryui :

try {
  o.ajaxOptions.success(r, s);
} catch (e) {}

, javascript, firebug , firebug , catch, (.. firebug). -, " " firebug, catch .

, firebug "break on all errors":
 - "" "" ( Firebug 1.5.4)

, , Tools → Firebug → Options → Reset All Firebug Options ( "Break on all errors" )

+2

, . , , firebug. , .

0

, ajax, , 2 , 1 1, ajax, .

firebug.

0

Source: https://habr.com/ru/post/1761181/


All Articles