Does a request or navigates url to the link
LSD.Action.Send = LSD.Action.build({ enable: function(target, data, callback) { return (target.submit || target.send).apply(target, Array.prototype.slice.call(arguments, 1)); } });