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
Post a Comment