JQuery este valor
$( "input" )
var value = $( this ).val();
Dull Deer
$( "input" )
var value = $( this ).val();
$("#textInput").val() // To get value of element textInput
// Get the value from id thisElement
$("#thisElement"). val();