You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If somebody has already draggable elements in the page, you are changing the default binding behaviour of the dragged objects.
My solution is to comment out the overloading of draggable (151) and to change
//jQuery("#top_up").draggable({only: ".te_title,.te_top *,.te_bottom *"});
on 1005 (+-)
jQuery("#top_up").draggable({only: ".te_frame"});
Your photos keep dragging and mine as well.
You have there an if that prevents the drag to be applied to other elements, but my page could contain other draggable elements than yours.
The text was updated successfully, but these errors were encountered:
If somebody has already draggable elements in the page, you are changing the default binding behaviour of the dragged objects.
My solution is to comment out the overloading of draggable (151) and to change
//jQuery("#top_up").draggable({only: ".te_title,.te_top *,.te_bottom *"});
on 1005 (+-)
jQuery("#top_up").draggable({only: ".te_frame"});
Your photos keep dragging and mine as well.
You have there an if that prevents the drag to be applied to other elements, but my page could contain other draggable elements than yours.
The text was updated successfully, but these errors were encountered: