ateliee / jquery.schedule

jquery and html schedule calendar
https://ateliee.github.io/jquery.schedule/demo/
MIT License
143 stars 54 forks source link

Mouse Over implementation #55

Open luisigualada opened 1 year ago

luisigualada commented 1 year ago

It would be interesting to be able to put the mouse over the boxes and have it show a kind of popup with information related to the task.

How could Mouse Over be implemented ?

sebasira commented 7 months ago

@luisigualada take a look at this fork: https://github.com/sebasira/jquery.schedule.plus I've implemented a way to set a custom content to the event box.

Then in the project where I use that lib I define a tooltip inside that content to display info on mouse over.