This is a follow up to my previous post on how to invoke a JavaScript function in an HTML document hosted in a Flex application (using the StageWebView).
The Flex application of course doesn’t care about — and is not aware of — the way your JavaScript is written and which libraries you use. However, I’m currently working on a hybrid mobile application where the HTML hosted in the StageWebView is powered by jQuery, and I find the combination of the two technologies powerful. So I figured I’d share a simple example here.
This is the same example as the one in my previous post with the exception that the HTML part is powered by jQuery.
You can download the Flex project here: http://coenraets.org/webview/StageWebViewJQueryDemo.fxp
The HTML and JavaScript files are here:

Article original : ici