Вход Регистрация
Файл: Main Website Files/assets/bower_components/jquery/src/event/alias.js
Строк: 76
<?php
define
([
    
"../core",
    
"../event"
], function( jQuery ) {

jQuery.each( ("blur focus focusin focusout load resize scroll unload click dblclick " +
    
"mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " +
    
"change select submit keydown keypress keyup error contextmenu").split(" "), function( iname ) {

    
// Handle event binding
    
jQuery.fn[ name ] = function( data, fn ) {
        return 
arguments.length ?
            
this.onnamenulldata, fn ) :
            
this.triggername );
    };
});

jQuery.fn.extend({
    
hover: function( fnOverfnOut ) {
        return 
this.mouseenterfnOver ).mouseleavefnOut || fnOver );
    },

    
bind: function( typesdata, fn ) {
        return 
this.ontypesnulldata, fn );
    },
    
unbind: function( types, fn ) {
        return 
this.offtypesnull, fn );
    },

    
delegate: function( selectortypesdata, fn ) {
        return 
this.ontypesselectordata, fn );
    },
    
undelegate: function( selectortypes, fn ) {
        
// ( namespace ) or ( selector, types [, fn] )
        
return arguments.length === this.offselector"**" ) : this.offtypesselector || "**", fn );
    }
});

});
?>
Онлайн: 1
Реклама