Skip to content

Instantly share code, notes, and snippets.

@akre54
akre54 / index.html
Last active December 26, 2015 22:19
var SelectView = Backbone.View.extend({
el: '#my-select',
events: {
'change': 'addToList'
},
render: function() {
this.collection.each(function(item) {
var optionView = new OptionView({model: item});
@akre54
akre54 / moviepass-theaters.js
Last active December 12, 2015 01:48
get all theaters moviepass works at in manhattan.
var allTheaters = [];
var nycZips = [
// Greenpoint
11211, 11222,
// Bushwick & Williamsburg
11206, 11221, 11237,
// Greenwich Village & Soho