0

I have

<input type='time' name='in' id='in' />

Whenever I ask for it's value on keyup by using

console.log("time value='"+$(this).val()+"'");

it only returns time value='' when the input value is not complete

sample complete 03:45 AM

sample in complete 03:45

I wanted to get what's the current value of input even if it's not yet properly complete.

Rory McCrossan
  • 331,213
  • 40
  • 305
  • 339
Sam San
  • 6,567
  • 8
  • 33
  • 51

0 Answers0