engineer9090909090909090 / jquery-datepicker

Automatically exported from code.google.com/p/jquery-datepicker
0 stars 0 forks source link

Does not insert selected date into input box when using jquery-1.5.1.js #298

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Using Broom Cupboard admin template which includes datepicker.  Datepicker 
works when using jquery-1.2.6.min.js (which is what is included in the 
template).  When I swap this for jquery-1.5.1.js the selected date is no longer 
inserted into the associated input box.

What is the expected output? What do you see instead?

Please provide a URL to a page displaying the problem.

I have not put this online yet.  Will do if the problem is not obvious.

What version of the datepicker are you using? On what operating system? And 
Which Browser?

Latest datepicker.  XP. Firefox.

Please provide any additional information below.

Original issue reported on code.google.com by anthonyc...@gmail.com on 6 Aug 2011 at 11:32

GoogleCodeExporter commented 8 years ago
Resolved by using jquery-1.6.2.js

Original comment by anthonyc...@gmail.com on 8 Aug 2011 at 4:59

GoogleCodeExporter commented 8 years ago
I experienced the same issue and... it's resolved by specifying text type:
eg-> <input id="datepicked" type="text">

Original comment by moises.v...@gmail.com on 1 Sep 2011 at 2:12

GoogleCodeExporter commented 8 years ago
I have the same problem, if I add to the input tag the type "date". With the 
type "text" it works. How can I fix it?

Original comment by jendak...@gmail.com on 12 Mar 2013 at 6:50