In looking at, and using, jQuery Mobile, I noticed how much simpler it is for designers, than jQuery UI. jQuery UI requires that you write some code for almost every task, while, jQuery Mobile looks at how the system is being used, and what classes have been assigned to some elements.
With that idea in mind, I’ve started working on a library which will provide some of the same automated functionality to jQuery. It would be an extra file to load, but would simplify using jQuery UI immensely, for those who have limited coding experience.
I am currently testing the process. So far I have it working in IE9+, FireFox, and Chrome on the PC. I will be running additional tests on additional browsers, and additional features, but releasing an initial version in the next few days I hope.
Making jQuery UI easier for Designers was originally found on Access 2 Learn