[jQuery] Logging JavaScript errors with jQuery
Is it possible to use jQuery to find out if/when a JavaScript error/warning occurs? I would be able
to send info about what kind of error/warning, time, url, browser - to a specific page on my site
that will log this info on the server.
Maby there is already a logging plugin?