Function expected error message.此错误是因为 jquery 对象不存在 或者 jquery 有冲突。解决方法: if(typeof(j) != 'function' ){ j = jQuery.noConflict(); }