Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
145 views
in Technique[技术] by (71.8m points)

html - visullightbox error as (intermediate value).visualLightbox is not a function at HTMLDocument

I am using visulalighbox js and css in my file but i caught error due to my template jquery plz need solution If i remove footer jquery then my template is not running.I found following error. My sequence of jquery and visullightbox is as follow

error:vlbdata1.js:5 Uncaught TypeError: (intermediate value).visualLightbox is not a function
    at HTMLDocument.<anonymous> (vlbdata1.js:5)
    at k (jquery.min.js:2)
    at Object.fireWith [as resolveWith] (jquery.min.js:2)
    at Function.ready (jquery.min.js:2)
    at HTMLDocument.D (jquery.min.js:2)

<head>
     <!-- Start VisualLightBox.com HEAD section -->
       <link rel="stylesheet" href="visuallightbox/vlightbox1.css" type="text/css" />
        <link rel="stylesheet" href="visuallightbox/visuallightbox.css" type="text/css" media="screen" />
        <script src="visuallightbox/jquery.min.js" type="text/javascript"></script>
        <script src="visuallightbox/visuallightbox.js" type="text/javascript"></script>
        <!-- End VisualLightBox.com HEAD section -->

</head>
<body>
<!-- gallery item -->
                    <div class="items theaters three-column mt-50">
                        <div id="">
                         <a class="vlightbox1" href="img/portfolio/mas/01.jpg" title=""><img class="item-img bg-img" src="img/portfolio/mas/01.jpg"></a>
                         <a class="vlightbox1" href="img/portfolio/mas/01.jpg" title="" style="display:none;"><img class="item-img bg-img" src="img/portfolio/mas/01.jpg"></a>
                         <a class="vlightbox1" href="img/portfolio/mas/01.jpg" title="" style="display:none;"><img class="item-img bg-img" src="img/portfolio/mas/01.jpg"></a>
                         <a class="vlightbox1" href="img/portfolio/mas/01.jpg" title="" style="display:none;"><img class="item-img bg-img" src="img/portfolio/mas/01.jpg"></a>
                         
                        </div>
                         <script src="visuallightbox/vlbdata1.js" type="text/javascript"></script>
                        <div class="info mt-10">
                            <h5>Fantastic interior</h5>
                            <span>Interior Design</span>
                        </div>
                        
                    </div>
 <!-- jQuery -->
    <script src="js/jquery-3.0.0.min.js"></script>
    <script src="js/jquery-migrate-3.0.0.min.js"></script>

    <!-- plugins -->
    <script src="js/plugins.js"></script>

    <!-- custom scripts -->
    <script src="js/scripts.js"></script>
</body>
question from:https://stackoverflow.com/questions/65868321/visullightbox-error-as-intermediate-value-visuallightbox-is-not-a-function-at

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...