Register now or log in to join your professional community.
I need to generate html on the client side depend on the ajax response. what is the best way to do that using Javascript and JQuery
you can use Zen coding and if u want to use in visual studio, there is a plugin called "Web Essentials 2012"
Get only the data with AJAX request, and bind html templates with this data.
The best way is to use a javascript framework.
You can try this with Backbone which easy to use and very popular.
Otherwhise, you can use Angular which is more complex but more efficient.