i have 3 small divs that are used to store appointment. That all work. I just want to make when I drag div with appointment to those small divs for store to change size of those small divs. I have success when i do mouse over and out but when I drag another div it doesn’t work.
Does anybody have clue what to do.
i have 3 small divs that are used to store appointment. That all work.
Share
I think what you’re after is the
droppablejQuery UI library, and more specifically thehoverClassproperty.The following is taken directly from the jQuery UI Droppable Demo