Here is the code http://codepen.io/FWeinb/pen/djuIx here everything works. I copy all the same to myself, connect the same version of jquery-2.1.4.js and no reaction, what am I doing wrong?

<script src="js/jquery-2.1.4.js" ></script> <script src="js/jquery.nthEverything.js" ></script> 

Here is a link to my code http://rghost.ru/7t4Wr7pFT

  • If you are given an exhaustive answer, mark it as correct (a daw opposite the selected answer). - Nicolas Chabanovsky
  • You should not place the code somewhere and give links - over time they break. Instead, place right in the question code snippets sufficient to reproduce the problem. - Nick Volynkin

1 answer 1

Take out the connection of scripts to the end of the body and replace the plug-in style embedded in the page.

  • Miracles) Thank you very much, everything turned out) - l2banners
  • @ l2banners: if the answer helped you solve the problem, you can mark it as correct with the help of the check mark to the left of the answer. - Nick Volynkin