Can I get text value by input tag?

Can I get text value by input tag?

BY 04 Jun 2017 Web Application Development

Hi teachers 🙂

I want to get input text from user.

So.. I’m using input tag.

 

<input type=”text” style=”text-align:center” id=”authKey” placeholder=”input key”></input>

 

How can I get text value from html when user finished text input.

I want to get value in java script code.

Or should I use specific tizen api?

 

 

 

Written by