I use Jquery UI v1.10.3.
I have droppable widget in a tree with a accept property. When the
accept option returns false, it is not possible to drop any element in
the tree.
I need to display a message to the user when it is denied to drop. The
message have to be displayed in the dragging element frame.
- I do not find in the droppable widget any event which enables to
modify the dragging element.
- How to get the dragging element frame when the accept option is set to
false ?
I have noticed a strange behavior when I use the Jquery UI slider.
My application is full Jquery. The home page can be opened with the URL
http://www.myhost/#. the slider is on another page which URL is
http://www.myhost/#layouts.
The issue occurs if the slider is disabled. When a user clicks on the
cursor, it opens the home page. I have notice that there is a hyperlink
with href="#" on the cursor. This is the reason of this behavior.