What is MooTool's equivalent of this jQuery snippet:
jQuery.fn.doSomething = function() {
};
...which allows me to do this:
$("#myElement").doSomething();
What is MooTool's equivalent of this jQuery snippet:
jQuery.fn.doSomething = function() {
};
...which allows me to do this:
$("#myElement").doSomething();