jQuery Templates vs Partial Views in ASP.NET MVC
Posted
by
Jaco Pretorius
on Stack Overflow
See other posts from Stack Overflow
or by Jaco Pretorius
Published on 2011-02-13T07:16:18Z
Indexed on
2011/02/13
7:25 UTC
Read the original article
Hit count: 269
I'm taking a look at jQuery templates. It looks really interesting - easy syntax, easy to use, very clean.
However, I can't really see why it's better to use jQuery templates instead of simply fetching partial views via AJAX. It simply seems like the partial views would be much easier to maintain and helps to avoid duplication of code.
I want to use jQuery templates. But when would it be better than partial views?
© Stack Overflow or respective owner