[jQuery] Can't get typed value of input

[jQuery] Can't get typed value of input


Hello,
I have an input text field. I just can't get the typed value of it
with:
$("input#email_id").val();
It keeps giving me the initial value.
Is there something I am missing?
Regards
Abhisek