According to this question, what are jQuery template engines?
What are the benefits and advantages of using them?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to this post: http://weblogs.asp.net/scottgu/archive/2010/05/07/jquery-templates-and-data-linking-and-microsoft-contributing-to-jquery.aspx
The benefits of using them is that you can seperate your logic (Main UI and controls) and code reuse. The latter being the bigger advantage IMO. As for disadvantages, well… maybe learning curve? Or excess free-time? Both are inherent disadvantages (if you don’t like to be productive)