var variavel = "
resultado aqui
"); $("#resultado").focus(); }); }); /* $(function() { $("#opr").click(function() { $("#comandos").append(operacoes); $("#opr_variaveis").focus(); $('#opr_variaveis').change(function() { $("#label_igual").after(opr_select_var_val); $('#opr_select_var_val').change(function() { if ($(this).val() === 'valor') { $('#menu_variaveis').remove(); $("#opr_select_var_val").after(" ") .after(operadores); $("#campo_de_valor").focus(); } if ($(this).val() === 'var') { $('#campo_de_valor').remove(); $("#opr_select_var_val").after(variaveis).after(operadores);; $("#menu_variaveis").focus(); } }); }); }); }); */ /* if ($(this).val() === 'valor') { $('#menu_variaveis').remove(); $("#valor_opr1").after(" "); $("#campo_de_atribuicao").focus(); } if ($(this).val() === 'var') { $('#campo_de_atribuicao').remove(); $("#valor_opr1").after(variaveis); $("#menu_variaveis").focus(); } */ /* }); $('#valor_opr2').change(function() { if ($(this).val() === 'valor') { $('#menu_variaveis').remove(); $("#valor_opr2").after(" "); $("#campo_de_atribuicao").focus(); } if ($(this).val() === 'var') { $('#campo_de_atribuicao').remove(); $("#valor_opr2").after(variaveis); $("#menu_variaveis").focus(); } }); $("#bt_excluir_opr").click(function() { $("#li_opr").remove(); }); }); */