Lines Matching full:click
2643 // Handle triggering native .onfoo handlers (and on links since we don't call .click() for links)
2644 if ( (!elem[type] || (jQuery.nodeName(elem, 'a') && type == "click")) && elem["on"+type] && elem["on"+type].apply( elem, data ) === false )
2648 if ( !bubbling && elem[type] && !event.isDefaultPrevented() && !(jQuery.nodeName(elem, 'a') && type == "click") ) {
2753 // Add which for click: 1 == left; 2 == middle; 3 == right
2937 // link all the functions, so any of them can unbind this click handler
2941 return this.click( jQuery.event.proxy( fn, function(event) {
3093 jQuery.each( ("blur,focus,load,resize,scroll,unload,click,dblclick," +