Jump to content

jquery calendar


exhaler

Recommended Posts

Hi,

i'm currently trying to create an event-calendar, using jquery ui calendar-widget. however, i couldn't find a way to add events to the calendar, i.e: open the website a calendar shows up, when the mouse is over a day that has an event a pop-up box appears next to that day showing the events.

is there a way to do it? or if u can point me to an already made jquery script that has calendar-events options.

 

thanks for the help

Link to comment
https://forums.phpfreaks.com/topic/206746-jquery-calendar/
Share on other sites

i tried the site, nothing came up :(, u can see an example of what i'm thinking here http://www.beiruting.com/ scroll down to see the calendar and mouse over to see the events

 

I know what an events calendar looks like. My previous post still sits. You just need to think your problem through.

 

What does an event calendar need to do?

 

1) You need to be able to display a calendar (you've got this within the ui plugin).

2) If a data is clicked, a new div needs to open up containing a form to collect details.

  2a) This form needs to submit to a php script (likely via Ajax) to store the event details.

 

That's the basics....

Link to comment
https://forums.phpfreaks.com/topic/206746-jquery-calendar/#findComment-1081210
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.