jQuery draggable option elements

Faced with this problem, and wrote a small jQuery plugin for that. Only problem is Internet Explorer (any) – it not support any events on <option> element.

https://github.com/NikitaKA/jquery.dragOptions

Leave a Comment