$(document).ready(function(){
    $('#embed_code, #video_url').click(function(){
        $(this).select();
    });
});

