Is it possible to use jQuery in win32 application?
I have seen interesting stuff made with jQuery, I like to know if it is possible to use it in win32 applications.
Like so many others I do not want to switch to .NET or the framework.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
jQuery is not supported in the 32-bit compiler for Delphi.
However, jQuery can be used with IntraWeb which can in turned be used with Delphi to create web applications, but not win32 applications. IntraWeb allows you to develop VCL Forms applications using Delphi but deploy to the web as standard HTML and JavaScript.
IntraWeb is included with the Delphi XE installer package.