$.fn.myMethod = function() {
console.log(Object.getPrototypeOf(this));
};