What can cause a regular external script in my application to sometimes appear in the Firebug NET panel as โAbortedโ and not load?
Is this a server problem, or is the browser working with nuts?
This is a bug in FireBug that causes echo noise events. Abort is a normal condition for the end of an HttpRequest.
I think it will be fixed in the next version.
This happens sometimes, for example:
In the hyperlink click event, we are trying to redirect to another URL via JavaScript / jQuery, but the behavior of the hyperlink is not blocked by default with preventDefault
preventDefault
Source: https://habr.com/ru/post/1308793/More articles:What elegant method callback method should I use? - c ++to get the installed vb.net application path - installationCSS selector excludes elements, hpricot - cssOverriding the equals method without breaking symmetry in a class that has a primary key - javaNHibernate does not find named query result sets in second level cache - nhibernateProgrammatically create and run an RDP session (without gui) - c ++For reliable code, NModel, Spec Explorer, F # or another? - haskellHow to make PHP programmatic output all error information? - phpVSTS2010 Addin Development - Registration Hooks - tfs2010iPhone / Objective-C: NSMutableArray writeToFile will not write to the file. Always returns NO - objective-cAll Articles