$(function(){ $('#input_text').focus(); $('#input_text').keypress(function(e){ if( $(this).val() && e.which == 13 ){ $('#output_voice').attr('src', 'http://translate.google.com/translate_tts?tl=ja&q=' + encodeURIComponent($(this).val())); $('#output_text_new').attr('id','output_text'); $('