I am using EmbeddedWB (A TWebbrowser extension) to do like a \"live preview\" of some dynamically generated content.
I am trying to add jQuery into the mix, so I can get
It seems to work if you use correct URL for the jquery.js file:
or a relative path, you can also omit the file://
protocol:
The above works when you load the HTML from a file. The question is however, if content from memory and javascript from file system is not considered crossing a security context boundary and rejected for that reason by the embedded browser. In that case, embedding jquery directly in the HTML content (using the tag) should work.