Click here to Skip to main content
15,888,097 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to Use templates to bind Model data and HTML Script to the Html page.which Template Engine is best Suitable for this Purpose.

At present I am using jquery Template Engine .but i heared that Jquery Template Engine is Depricated..

Thanks For Your Suggestion.
Posted
Updated 21-Aug-13 23:02pm
v2

1 solution

JQuery is the best JS library in market today.The amount of flexibility and the easiness involved in implementing various functionalities are just awesome.JQuery in it's own way is self sufficient in it's content.All the real time applications can fulfill their requirement using vast stretch of library functions provided by JQuery.Be with JQuery.

When we are about to go for two way binding then JQuery lacks it.Everything we need to do is by manual injection only.So next to JQuery another library comes in sight is Knockout.Knockout is not a substitute for JQuery,but it provides a way for two way model binding.Whatever you will change in UI, will get reflected in concerned model object which in turn helps to reflect changes on all same type of model binding over the page.That's why Knockout is quite popular among developers,as it provides automatic injection of changes made by user.You will get all details from

http://knockoutjs.com/[^]
 
Share this answer
 
Comments
[no name] 23-Aug-13 2:24am    
Thanks For Your Suggestion..
Jitendra Sabat 23-Aug-13 2:31am    
Welcome

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900