I’m trying to follow
http://www.foliotek.com/devblog/make-table-rows-sortable-using-jquery-ui-sortable/
And have created a very simple example
It’s very straightforward and I’m stuck figuring out why my table is not sortable.
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’re doing:
before the table has been added to the document. Call
sortableafter the DOM has loaded:http://jsfiddle.net/6wbZQ/1/