$(this.element).keyup($.proxy(this.log, this))
$(this.element).on({"keyup" : this.log.bind(this)},"input",this.options);