Home | History | Annotate | Download | only in parse-only

Lines Matching full:guid

2447 		if ( !handler.guid )
2448 handler.guid = this.guid++;
2507 handlers[handler.guid] = handler;
2517 guid: 1,
2551 delete events[type][handler.guid];
2763 // Set the guid of unique handler to the same of original handler, so it can be removed
2764 proxy.guid = fn.guid = fn.guid || proxy.guid || this.guid++;
2976 proxy.guid += this.selector + type;
2984 jQuery(document).unbind( liveConvert(type, this.selector), fn ? { guid: fn.guid + this.selector + type } : null );