jquery datepicker only works on <input type=text> within Chrome?

Posted by birdFEEDER on Stack Overflow See other posts from Stack Overflow or by birdFEEDER
Published on 2010-04-28T18:03:44Z Indexed on 2010/04/28 18:07 UTC
Read the original article Hit count: 145

Filed under:

I have a very simple page that's usings jquery's datepicker. I have:

<input id=datepicker type=image src='cal.png'>

When I click on the image in FF/IE, it works as expected, but does not work in Chrome (ver. 4.1.249.1064). However if I simply change to "type=text", it works within Chrome.

So my question is this: am I allowed to use Datepicker with "type=image"?

© Stack Overflow or respective owner

Related posts about jQuery