-1

I had link a html type text to jqueryui datepicker. I only want user select date via the calendar not typping in, any function can do this?

1 Answers1

0

Apply readonly attribute on your text input like this:

<input type='text' id='foo' readonly='true'>
Saurabh
  • 2,655
  • 1
  • 20
  • 47