I believe if you have the ID in a input box you would only need to use
$('#email_id').val() , in order to get the value of the input box.

On Jan 20, 9:27 am, abhisek <abhisek.d...@gmail.com> wrote:
> 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

Reply via email to