I'm developing a web app. MySql/PHP back-end, and HTML/jQuery front-end.
I wanted to use jQuery UI framework.
Now is see that jQuery Mobile is out, and I want to make the app accessible to mobile devices as much as possible.
I Googled, but didn't find a quality answer.
Can I make it all to work form the same code if I use jQuery Mobile?
I'd like it to show mobile widgets if accessed form mobile browser.
But use jQuery UI widgets is accessed from desktop browser.
Is that possible just by using jQueyMobile and its markup, or I have to write the front-end for mobile(jQuery Mobile) and desktop(jQuery UI) separately?
That is, can jQuey Mobile, automatically "fall-back" to jQuery UI if accessed from desktop browser.