Jonatan Juárez

Results 3 comments of Jonatan Juárez

Same problem but with Rails 4.2.10 Ruby 2.5.1

Hi @leshill thanks for the feedback, I attended your comments.

You can place your initialization code wherever you want, but I recommend you to do it just after all the libraries has been loaded ``` $(document).ready(function() { new WOW().init(); });...