I have heard from different sides, that Google Analytics Event Tracking is failing often on onklick triggering like this:
<a href="#somelink" onclick="EventTrackingCode">
because Browsers may are to fast for tracking by loading the target faster than ga event tracking was fired.
So my Question is, does it matter to do tracking with jQuery Events and not with onklick triggers? Any experiences so far?