I'm trying to find a good jQuery plugin that will log console errors to a file so I can track any errors users are experiencing.
Any ideas?
I'm trying to find a good jQuery plugin that will log console errors to a file so I can track any errors users are experiencing.
Any ideas?
Your only option is to put in place a function that would AJAX the info to your server, where you would then write it to a file on your local server. jQuery itself won't magically write files to your server.