When I call fetch(), I receive more than one models @ client side. At first , I am able to show 1st model in a template. Now what I want is, On Button Click event, I need to show 2 nd model & so on in the same template.
I already tried to explain my question here Backbone.js [ Rendering a view on a click. / user action ].. but I guess its mis-interpreted.
Here is how I did it. Assuming that the model is a collection. This is in CoffeeScript, but you should get the idea: