Design

  • “Choose your corner, pick away at it carefully, intensely and to the best of your ability and that way you might change the world.”

    ~ Ray Eames.

    23
jQuery.fn.extend({ live: function (event, callback) { if (this.selector) { jQuery(document).on(event, this.selector, callback); } } });