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