We have a large classic ASP application that we are rewriting into ASP.NET. We won’t be finished with the rewrite, testing, etc until the end of next year. We’re getting a lot of pressure to spruce up the interface of the classic ASP application in the meantime.
Is it possible to use jQuery with classic ASP?
jQuery is a javascript framework and should in no way interfere with your classic ASP.
jQuery can be used on the client side but can only work with what it has available/can request.