backbone.js events and el
问题 Okay, so I've read several other questions regarding Backbone views and events not being fired, however I'm still not getting it sadly. I been messing with Backbone for about a day, so I'm sure I'm missing something basic. Here's a jsfiddle with what I'm working with: http://jsfiddle.net/siyegen/e7sNN/3/ (function($) { var GridView = Backbone.View.extend({ tagName: 'div', className: 'grid-view', initialize: function() { _.bindAll(this, 'render', 'okay'); }, events: { 'click .grid-view': 'okay