module.exports = function(el) { switch (el.tagName.toLowerCase()) { case "a": this.attachLink(el) break case "form": throw "Pjax doesnt support
yet." break default: throw "Pjax can only be applied on or submit" } }