Element.ClassNames.prototype = {
  initialize: function(element) {
    this.element = $(element);
  },