I have recently been tasked with creating a Web Based CRM Software and I plan to use PHP and MYSQL as my backend. For the frontend, I am considering using a UI framework such as jQuery Mobile. I like that it is fully AJAX-driven, easy to code with, and has a professional look and feel. While exploring other options like Sencha Ext JS and Adobe Flex, I decided against using them due to time constraints and the fact that Flex is Flash-based.
My main question is whether jQuery Mobile can be effectively used as a frontend for web-based DESKTOP software, even though it is primarily designed for mobile development. Are there any potential drawbacks or limitations to using jQuery Mobile in this context?
Thank you in advance :)