jquery - How to grey out a particular section of a div when dragging another div over it using javascript/css -
The functionality shown in the above link is being obtained by dragging an element. In addition, without using thewtriangle.js plugin Can it be achieved ?? Is there a way to solve this ??
You can do that using the jQuery UI Droppable.
You can check the demo here:
From your question, it seems that when the item reaches the droppole, you want to highlight the div.
But as soon as you start dragging the item, this demo color droppole divas yellow.
But still, this may be a good start for what you want to achieve.
Comments
Post a Comment