Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
How we can open div on click of web schedule calender date
posted

Hi,

I need to open div which contains some information based on selected date using javascript.

so how i can get the data based on selected date and open the div on click of date.

 

Parents
No Data
Reply
  • 1160
    posted

    Hmm What I would do is set the click event in Java to force a postback to the server and set up a hidden variable on the site and give it a value in the click event. when the postback happens the value of the hidden variable could be evaluated and used to show the div and populate the information needed.

Children
No Data