Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/78.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 如何使jQuery和Animate.css库在页面完全加载时进行检测?_Html_Jquery_Css - Fatal编程技术网

Html 如何使jQuery和Animate.css库在页面完全加载时进行检测?

Html 如何使jQuery和Animate.css库在页面完全加载时进行检测?,html,jquery,css,Html,Jquery,Css,我正在使用jQuery和Animate.css库为登录页上的文本设置动画。如何检测页面何时完成加载,以便调用函数为登录页面设置动画 $( document ).ready(function() { console.log( "ready!" ); }); 更多信息:这是否回答了您的问题?查看此网页的加载入口,了解我想要实现的目标….()

我正在使用jQuery和Animate.css库为登录页上的文本设置动画。如何检测页面何时完成加载,以便调用函数为登录页面设置动画

$( document ).ready(function() {
    console.log( "ready!" );
});

更多信息:

这是否回答了您的问题?查看此网页的加载入口,了解我想要实现的目标….()