Writing Views using Jquery UI widgets
Our company is about to start a new web based product on asp.net mvc. We have different clients who开发者_Python百科 require different themes on our application. To make user interface to support different themes, we are thinking to develop our UI completely using JQuery UI widgets (buttons, dropdown and everything using jquery UI). This way we won't have to deal with re-writing CSS for every client. Can you guys please provide me with your feedback, do you think it's a good idea to create UI entirely using jquery UI?
No. Use Razor to generate the markup. You shouldn't have to reqrite javascript for each client unless they want different client-side functionality.
精彩评论