jquery - JavaScript Draggable Library for Inline Elements -


all of established javascript libraries controlling dragging , dropping , elements (e.g. jquery ui draggable) focus on dragging non-online elements (by setting top/left position style attributes.

this fine in circumstances, creating wysiwyg editor users can insert images paragraphs inline elements. able make dragging of these elements work better - lot of features of ondrag , related events don't work cross-platform.

is there library out there allows have nice dragging of inline elements (like images) inside paragraphs inside of contenteditable container?


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -