form / input / jqueryEntrada: selecione o texto em foco (correção para Chrome)$ (“input [name = ‘answer’]”). focus (function () { this.select (); }); // correção para CHROME $ (“input [name = ‘answer’]”). mouseup (function (e) { e.preventDefault (); });