I was wondering if there’s a JQuery control to do the following?
Have a list of check boxes that a user, besides checking and unchecking, can drag around to change their order.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could do this pretty easily using jQuery UI’s sortable method.
Here is a very basic example to get you started, using the demo found in the above link, with some checkboxes added.