jquery value by id code example Example: get value by id in jquery //Get var bla = $('#txt_name').val(); //Set $('#txt_name').val(bla);