I am a fan of jQuery UI . I like it's simplicity and that's exactly provoked me to use it for my many Applications. Now one of my Client needs to distinctly render Primary button so that users can be prompted with default action on various forms. From many posts that I've searched I came to know that there is something as complicated as Theme Scoping can let me do that ?? I wonder that I can really achieve what my Client needs.
However can I request jQuery UI to natively support primary button feature something like twitter bootstrap, just by setting an attribute in the button() method???
I really don't want to scrap all the themes and code that I have put together using jQuery and go the Bootstrap way!
Thanks in Advance!