Script error with loading jQuery in IWebBrowser2

648 views Asked by At

The following error shows up when I load a page that uses jQuery in my iWebView. I checked if the JS files have any errors, but they all seem fine. Any clues anyone?

enter image description here

1

There are 1 answers

4
iolympian On

Vasa, the latest 1.x version is 1.11.1:

https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js

You may want to try pointing to that to see if the upgrade has fixed your script error. Also, using the non-minified version for development may give you more detail to line and character.