Ver original$(document).ready(function(){ $('input[type=text]').live('focus mouseup', function(e) { if (e.type = 'focusin') { this.select(); } });});