/* * jQuery Edbox plugin v.2.5.0 * @author Eduardo Moreno - eduardocmoreno[at]gmail[dot]com * Code under MIT License - http://en.wikipedia.org/wiki/MIT_License */ !function(e,o,t){function a(a,n){t=this,t.opt=e.extend({},o,a),t.$el=e(n);var r=t.$el.attr("href");r=/^(#.*)/.test(r)?null:r,t.target=t.$el.attr("data-box-target")||t.opt.target,t.copy=!0===e.parseJSON(t.$el.attr("data-box-copy")||t.opt.copy),t.html=t.$el.attr("data-box-html")||t.opt.html,t.image=t.$el.attr("data-box-image")||t.opt.image,t.url=t.$el.attr("data-box-url")||t.opt.url||r,t.success=t.$el.attr("data-box-success")||t.opt.success,t.info=t.$el.attr("data-box-info")||t.opt.info,t.warning=t.$el.attr("data-box-warning")||t.opt.warning,t.danger=t.$el.attr("data-box-danger")||t.opt.danger,t.header=t.$el.attr("data-box-header")||t.opt.header,t.footer=t.$el.attr("data-box-footer")||t.opt.footer,t.width=t.$el.attr("data-box-width")||t.opt.width,t.height=t.$el.attr("data-box-height")||t.opt.height,t.addClass=t.$el.attr("data-box-add-class")||t.opt.addClass,t.animateOpen=t.$el.attr("data-box-animate-open")||t.opt.animateOpen,t.animateClose=t.$el.attr("data-box-animate-close")||t.opt.animateClose,t.beforeOpen=t.$el.attr("data-box-before-open")?new Function(t.$el.attr("data-box-before-open")):t.opt.beforeOpen,t.afterOpen=t.$el.attr("data-box-after-open")?new Function(t.$el.attr("data-box-after-open")):t.opt.afterOpen,t.beforeClose=t.$el.attr("data-box-before-close")?new Function(t.$el.attr("data-box-before-close")):t.opt.beforeClose,t.afterClose=t.$el.attr("data-box-after-close")?new Function(t.$el.attr("data-box-after-close")):t.opt.afterClose,t.close=t.$el.attr("data-box-close")?JSON.parse(t.$el.attr("data-box-close")):t.opt.close,t.animation=t.$el.attr("data-box-animation")?JSON.parse(t.$el.attr("data-box-animation")):t.opt.animation,t.$box=e('
'),t.$boxError=e('
'),t.$boxLoad=e('
'),t.$boxBody=e('
'),t.$boxClose=e('
'),t.$boxContent=e('
'),t.$boxHeader=e('
'),t.$boxFooter=e('