jquery - Easyresponsivetab is not working with MVC5 -


working site - http://184.106.114.93/origolo/website/help.html
same html when integrated mvc5 throws error - "typeerror: $(...).easyresponsivetabs not function"
mvc5 integrated - http://184.106.114.93/origolo/home/help

the issue says $(...).easyresponsivetabs not function, it's because in http://184.106.114.93/origolo/home/help can not find files:

<script src="/origolo/js/jquery-1.9.1.min.js" type="text/javascript"></script> <script type="text/javascript" src="/origolo/js/easyresponsivetabs.js"></script> 

make sure it's pointing right place, because browser says error 404 not found tha files.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -