0.3.3 • Published 11 years ago

backbone.avgrund v0.3.3

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

Excellent Avgrund modal concept by @hakimel packaged as Backbone.View.

Avgrund = require 'backbone.avgrund'

class MyModal extends Avgrund
  render: ->
    this.$el.html """
      <p>Hello, world</p>
      """
    this

myModal = new MyModal()
myModal.render()
$(document.body).append myModal.el
0.3.3

11 years ago

0.3.2

11 years ago

0.3.1

11 years ago

0.3.0

11 years ago

0.2.0

11 years ago

0.1.0

11 years ago