I think what you want to do is this:
Do a test by removing the value value and then removing the page input!
How the test will be done on page loading, to do these tests. Copy the code and test on your machine!
var inputText = $('#teste').val();
if( inputText !== undefined) {
if ( inputText != '' ) {
alert('Foi carregado e está preenchido !');
} else {
alert('Foi carregado e não está preenchido!');
}
} else {
alert('Não foi carregado!');
}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<input type="text" value="texto teste" id="teste" />
What is your doubt?
– Felipe Coelho