从外部加载的目标元素

时间:2018-08-30 11:59:00

标签: javascript jquery html scrollreveal.js

我正在尝试将ScrollReveal函数使用的元素作为目标,该元素是从另一个名为“ header.html”的html文件加载的。当前,不会发生ScrollReveal效果,但是index.html中的元素会发生。

JS:

sr.reveal('nav', {
    origin: 'left',
    distance: '10rem',
    duration: 900,
});

在HTML中加载功能:

$(function() {
        $("#header").load("header.html");
        $("#footer").load("footer.html");
    });

nav位于header.html

1 个答案:

答案 0 :(得分:2)

在尝试使用新内容之前,请使用load()的完整回调来确保已加载新内容

Traceback (most recent call last):
 File "movie_test.py", line 81, in <module>
flann_movie('data/movie.avi','data/ref.jpg')
 File "movie_test.py", line 35, in flann_movie
matches = flann.knnMatch(des1,des2,k=1)
 cv2.error: OpenCV(3.4.2) C:\projects\opencv- 
  python\opencv\modules\flann\src\miniflann.cpp:317: error: (-5:Bad 
   argument) Only continuous arrays are supported in function 
   'cv::flann::buildIndex_'