Can I embed jQuery into JavaFX WebEngine?
934225Jul 8 2012 — edited Jul 9 2012Writing a JavaScript in WebEngine sometimes to be too difficult. And while I need to customized some UI. Such as I need to click a link in a website and then open a popup, execte js in webEngine seems to be too difficult. How can embed jQuery and jQuery UI into webEngine and then I write jQuery and jQuery UI will be more easy.
(I'm writing an application to encapsulate others website, don't have any authority to change the original website content.)
(I tried use setCreatePopupHandler in webEngine, but seems it can just open the link, can't customized open an UI I want.)