jquery - typed not working on github pages -


i trying use typed on github pages site. not work on site if copy code jsfiddle work. why that?

github page: http://materechm.github.io/  github code: github.com/materechm/materechm.github.io  jsfiddle: http://jsfiddle.net/albburtsev/8cbl2/ 

swap these 2 lines:

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

you need include jquery first.

also, including typed twice, remove line:

<script src="js/typed.min.js" type="text/javascript"></script> 

Comments