[jQuery] Improvements in Ajax facilities - error handling?
Speaking of errors...
That's one thing I've really wanted. When using jQuery, I've noticed that
assuming all of the syntax is valid, if you run code that doesn't work,
nothing happens. No error message, nothing.
That makes debugging quite difficult because you have no idea where to
start.
Is there any way that jQuery could generate SOME sort of error, a default
alert box maybe) with error information?
<!----------------//------
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
andy@icglink.com
615.370.1530 x737
--------------//--------->
-----Original Message-----
From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]On
Behalf Of John Resig
Sent: Wednesday, August 16, 2006 11:28 PM
To: jQuery Discussion.
Subject: Re: [jQuery] Improvements in Ajax facilities
This is an amazing set of fixes/updates. I poured through them, made
some tweaks, changes, and bug fixes and committed it to SVN.
The big change, from your code, is that 'failure' is now 'error' - to
be consistent with the current naming scheme. Keep up the great work!
--John