I have a template .jade
extends layoutIn
block content
input(type="text", id="captureInput", style="width:100%")
pre(id="resultado", style="overflow-y: scroll; height:150px")
and the javascript is:
var texto = document.get...
asked by
19.11.2016 / 16:06