Does anybody know how to combine jQuery UI selectable and sortable ? This script: http://nicolas.rudas.info/jquery/selectables_sortables/ doesn't work in Chrome and it also has plugin modifications.
Thanks
|
Does anybody know how to combine jQuery UI selectable and sortable ? This script: http://nicolas.rudas.info/jquery/selectables_sortables/ doesn't work in Chrome and it also has plugin modifications. Thanks
| ||||
feedback
|
|
Just found this very easy solution from rdworth: CSS:
HTML:
Javascript:
| ||||
|
feedback
|
|
This is as much as i can give u :) but the idea is there. its not alllll complete but hopefully u can play about with the values and see how it goes from there :) | |||||||||
feedback
|
|
Part of my jQuery base-arsenal includes the following, as it's usually annoying when you go to drag something and end up selecting text instead...
Not sure if you can just flip the "disable" to "enable", but there's my $.02. Without trying it though.. common sense suggests that you may need to define an inactive section within the same "group" element, to provide a "handle" for the drag action.... or else those clicks may relentlessly be mistaken as the intent to select/edit... | |||
|
feedback
|