Entrada de valor de ID de jQuery

//Get
var bla = $('#txt_name').val();

//Set
$('#txt_name').val(bla);
Sleepy Scarab