I have been looking high and low for a Jquery something to make a survey better looking using a drag and drop script to click on the choices that we give them, for example:
Are the cooks polite:
Yes - No - I never noticed - Cooks?
The choices will be placed in a box, on the left side:
The answer will be drag and drop on the right side on the box which he thinks that fits.
Does any one have an idea how to do that. At least point a sample some one saw. Please and thank you.
Surely you can just use the droppable interaction which is part of the jQuery UI package: http://jqueryui.com/demos/droppable/#default Looks like it achieves exactly what you want.
Are the cooks polite:
Yes - No - I never noticed - Cooks?
The choices will be placed in a box, on the left side:
The answer will be drag and drop on the right side on the box which he thinks that fits.
Does any one have an idea how to do that. At least point a sample some one saw. Please and thank you.
Thanks