标签: javascript jquery html
我想在页面加载时覆盖jQuery的fadein和fadeout效果。怎么可能?
感谢。
答案 0 :(得分:2)
你可以覆盖fadeIn和fadeOut ...... 试试这个
jQuery.fn.fadeIn = function() { // yourcode here } jQuery.fn.fadeOut = function() { // yourcode here }
观看电影link