jQuery: Loading html file from the server in desktop application
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?
精彩评论