Click here to Skip to main content
15,897,187 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
NewsA great tool for monitoring/debugging jQuery events Pin
Michael Collins - Intervalia22-Apr-14 9:29
professionalMichael Collins - Intervalia22-Apr-14 9:29 
I created jQuery TriggerTracker to help track down problems related to triggering and handling jQuery events.

It has turned into a project that has saved me and others on my team hundreds of hours in debugging. I recently made it available for everyone on github.

https://github.com/intervalia/triggerTracker

TriggerTracker is a tool for tracking jQuery events. It is a single JavaScript file that, when loaded, provides output to the browser's console related to jQuery event triggering and event handlers.

How to use triggerTracker:
Just load triggerTracker as soon as possible after loading jQuery.

<script src="jQuery-1.11.0.min.js"></script>
<script src="trigger-tracker.js"></script>
GeneralRe: A great tool for monitoring/debugging jQuery events Pin
OriginalGriff22-Apr-14 10:28
mveOriginalGriff22-Apr-14 10:28 
GeneralRe: A great tool for monitoring/debugging jQuery events Pin
TheGreatAndPowerfulOz22-Apr-14 10:33
TheGreatAndPowerfulOz22-Apr-14 10:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.


Straw Poll

Were you affected by the geomagnetic storms this past weekend?
Communication disruptions, electrified pipes, random unexplained blue-screens in Windows - the list of effects is terrifying.
  Results   18 votes