I used a js plugin in a web page. The js file references are not wrong, and the code is similar to demo, but the debugging tool of the runtime ie reported an error:
Solution: jquery file conflict, and I found that I had introduced a <script src="js/jquery-1.11.0.min.js"></script> ,
Another <script type="text/javascript" src="js/jquery-2.0.3.min.js"></script> was introduced here to cause conflict. Just delete one