Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 28th, 2012  |  syntax: None  |  size: 0.33 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. jquery read all document events
  2. $.noConflict();
  3.     jQuery(document).ready(function()
  4. {
  5.         var events = jQuery(document).data("events");
  6.         //var isExistGlobalEvents = jQuery.data(jQuery(document).get(0), 'events').click;
  7.         if (!events) {
  8.             AddGlobalEvents();
  9.             // has loadedmetadata event
  10.         }