jquery.schedule icon indicating copy to clipboard operation
jquery.schedule copied to clipboard

Mouse Over implementation

Open luisigualada opened this issue 2 years ago • 1 comments

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 ?

luisigualada avatar Mar 29 '23 19:03 luisigualada

@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.

sebasira avatar Apr 11 '24 11:04 sebasira