[jQuery] .draggableDisable vs .draggable('disable') ?
Hello, I've got the jQuery in Action book and it talks
about .draggableDisable() but it doesn't disable the dragging in my
code... I can only get it to work with .draggable('disable')
Am I missing something?
Thanks...