开发者

jQuery: Loading html file from the server in desktop application

开发者 https://www.devze.com 2023-01-28 12:15 出处:网络
is it possible to create a html/jquery desktop application that reads html files from my server/website?

is it possible to create a html/jquery desktop application that reads html files from my server/website?

T开发者_开发技巧hank you. F.


No, jQuery runs inside whatever's running JavaScript (usually a browser), it is not a standalone application. If you have something else that is a browser (or a browser control, many frameworks have this) then you can use it.


Maybe look at creating a PHP desktop app that uses GTK! Or create a Java applet?

0

精彩评论

暂无评论...
验证码 换一张
取 消