0

I'm making a Windows Form application that makes use of the browser tool. The browser does not connect to the internet and is only used to load local HTML content.

It's loading HTML CSS and JavaScript fine, but It cant seem to recognise jQuery. Is there a simple way for MVS to recognise jQuery as a script? All of the errors are related to it not understanding jQuery methods.

gezer4000
  • 103
  • 1
  • 9

1 Answers1

0

JQuery is supported form internet Explorer: 9+

when you use WebBrowserControl you get browser emulator ie 7,

change your regEdit key according with Use latest version of Internet Explorer in the webbrowser control

Community
  • 1
  • 1
Marco Luongo
  • 397
  • 4
  • 13