miromannino / Justified-Gallery

Javascript library to help creating high quality justified galleries of images. Used by thousands of websites as well as the photography community 500px.
http://miromannino.github.io/Justified-Gallery/
MIT License
1.7k stars 299 forks source link

Error message? #237

Closed lpf260 closed 7 years ago

lpf260 commented 7 years ago

$(document).on('scroll',window,function(){ $("#justified-gallery").justifiedGallery(); });

I use ajax to add html, so I want to reload this plugin, but it is not working. Uncaught TypeError: $(...).justifiedGallery is not a function Sorry my english is poor.

RudyMas commented 7 years ago

Are you sure you have loaded the jquery.justifiedGallery.min.js script already?

This is the typical error you get when you are trying to call a function that hasn't been loaded by your browser yet.