Can jQuery throw an error from my event handlers?
问题 I have an error that occurs in a specific event handler that I setup using jQuery and the code just breaks without any errors being displayed. When I used to code similar things in YUI I would setup YAHOO.util.Event.throwErrors = true; in my dev. version and that was telling YUI's event handler to throw errors. I can't find anything similar, is it just me being blind and not seeing it ? Thanks! Here's an example... <html> <head> <title>jQuery Events</title> </head> <script src="https://www