$(function(){
    $.post("/gen-code", {}, function(data){
        $('#sec-code').val($('sec-code',data).text());
    }, 'text');
})

