(function (.fn.extend({ myMethod : function () { alert('myMethod'); } }) })(jQuery) $("#div").myMethod();