$.fn.live = function(event, callback){
    $(document.body).delegate(this.selector, event, callback)
    return this
  }