3D FlipBook - Firefox not working - _libs.$.get is not a function

i***l@galvezgil.com
2021-05-17
2021-05-18

Latest Plugin (1.11.1) works for Safari and Chrome, but not for Firefox:

Error message:

TypeError: _libs.$.get is not a function
    loadFiles /js/3dflipbook.min.js:1
    loadFiles /js/3dflipbook.min.js:1
    loadFiles /js/3dflipbook.min.js:1
    loadFiles /js/3dflipbook.min.js:1
    build /js/3dflipbook.min.js:1
    View /js/3dflipbook.min.js:1
    BookView /js/3dflipbook.min.js:1
    FlipBook /js/3dflipbook.min.js:1
    <anonymous> /catalogues/view:1053
    EventListener.handleEvent* /catalogues/view:1052
3dflipbook.min.js:1:292180

Tried many things, but without look. Any idea?

Replies

a***r@3dflipbook.net
2021-05-17
2021-05-17

jQuery is not defined. probably you use lazy loading for scripts and 3dflipbook.min.js loads faster than jquery.min.js . could you write a link?

i***l@galvezgil.com
2021-05-17
2021-05-17

I had to change the jQuery loading order to the top of the BODY (instead of the bottom as stated in the documentation) Now it works

Log In to leave a comment