jQuery:覆盖fadein / fadeout效果

我想在页面加载时覆盖jQuery的fadein和fadeout效果。 怎么可能?

谢谢。

你可以覆盖fadeIn和fadeOut …试试这个

jQuery.fn.fadeIn = function() { // yourcode here } jQuery.fn.fadeOut = function() { // yourcode here } 

观看电影的链接