views:

26

answers:

0

Hi guys.

I am developing a web system that has 12 text boxes. When you click on this textbox, a jquery datepicker pops up.

Before I post code up, just wandering if there is a simple answer.

Basically, IE will not let me have more than 5 instances of a datepicker. E.g. I have 12 text boxes and when you click them, the date picker comes out. Now, in IE, it will only let this happen for 5 text boxes (doesnt matter which textboxes i click, but if there is a total of 5 that have been used, the date picker will appear, but when I click a date, it will not disappear and add this date to the textbox

It works perfectly fine in Firefox.

If anyone can't think of something simple I may have overlooked, I can post some code.

Thanks guys.