I am developing web application using JSP and struts1. Developing front end using JSTL & Struts tags and Common css class for design. is there any possibility to use jquery mobile in my application. If there how to use it.
Asked
Active
Viewed 234 times
0
-
Yes, of course there is. Struts runs on the server; jQuery Mobile runs on the client, so they shouldn't much interfere with each other. – Matt Ball May 08 '13 at 05:16
-
You use jQuery Mobile in an S1 app like any other web app; they're completely unrelated. – Dave Newton May 08 '13 at 12:58