initialize: function(options) {
    this.setOptions(options);

    this.container = $(this.options.container || document.body);