|
|
|
@ -252,3 +252,9 @@ $.fn.extend({
|
|
|
|
|
}, |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$.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(e, t) { |
|
|
|
|
$.fn[t] = function(e, i) { |
|
|
|
|
return arguments.length > 0 ? this.on(t, null, e, i) : this.trigger(t) |
|
|
|
|
} |
|
|
|
|
})) |