Scripts.js error

The page that shows the error is: http://www.zionscampfw.org/test

The error is being generated because jquery's live() method is being used in scripts.js, which has been deprecated as of version 1.7. Moreover the page is loading two versions of jquery, 1.10.2 and 1.11.1, which I think is further compounding the problem. You need to replace live() with the on() method for binding events.

Please take a look at this and tell me how to resolve it.

Comments

Sign In or Register to comment.