$(document).ready(function() {
    $('#navigation input').click(function() {
        // add the editor when more textareas becomes visible
        $('#navigation input').focus();
        $('#navigation input').select();
    });
});


