Rotem Meiri

Results 2 comments of Rotem Meiri
trafficstars

the problem is that the plugin is loading before the document has finished loading. a possible solution that worked for me is to call it on window.onload. example : $(document).ready(function...

that worked for me, try to call that script at the end of the index.html file...maybe that would help (this is how i do it and it works)