Calender Class in Javascript - unable to keep the reference.
Posted
by basit74
on Stack Overflow
See other posts from Stack Overflow
or by basit74
Published on 2010-01-19T13:38:36Z
Indexed on
2010/03/30
6:03 UTC
Read the original article
Hit count: 287
JavaScript
Hello,
I wrote a datepicker in Javascript, but it is not working properly, as I lose the reference to the Calender object.
here is the example
by clicking within the input field the calender will be displayed.
What should I do that the reference to the Calender object remains in contact.
© Stack Overflow or respective owner