On May 19, 7:51 am, David Zhou <da...@nodnod.net> wrote: > I wonder if it's feasible to monkeypatch debugging wrappers around > jQuery core methods. You don't even need it to throw errors -- a > simple console.log warning would suffice.
Definitely feasible. See something I posted here a while ago: http://groups.google.com/group/jquery-dev/browse_thread/thread/5360f7b3d67a2ddc The problem is that jQuery changes fairly frequently (unfortunately) and the debug plugin would need to constantly be changed to stay up-to- date since it would be so closely tied to the jQuery code. It would be better to put the debugging into the source itself, then use a builder to create a debug version and a release version. In the absence of that, though, it would be fantastic to have a group of people working on a debug plugin. Matt Kruse --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-dev@googlegroups.com To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---