I'm new at BackboneJS... I have a view, which is associated to a model. Now i have to show some additional data on that view, which is not part of associated model and it's not stored in database. I've been browsing through tutorials and examples on the web, but all of them are dealing with views that have all it's attributes inserted/read from database. I've been trying to set values directly with jQuery, but it's not working ... $('#textfield).val('some text');
It's probably a simple answer, but it seems that i'm running in circles. Some help would be appreciated.