fredleblanc / roundabout

A 3D Turntable jQuery Plugin.
645 stars 204 forks source link

Turning off drag for specific elements in roundabout. #70

Open tskweres opened 12 years ago

tskweres commented 12 years ago

So I've used enableDrag as an option in my roundabout, but i'd like to turn off drag for a specific element in my roundabout, namely a button.

I tried the option listed in the drag plugin docs, which is as follows:

not: "button",

This does not seem to work.

Any ideas?