0

I've got a Jquery UI sortable list with add item option. I want to gather these items up and submit them. what input type should I use?

3
  • Take a look at the serialize method of the sortable list.api.jqueryui.com/sortable Commented Feb 14, 2015 at 20:59
  • thanks - what should the HTML input type be for this Commented Feb 14, 2015 at 21:21
  • The serialize method returns a string, so you can use a text input, or a hidden one Commented Feb 14, 2015 at 21:33

1 Answer 1

1

Use the serialize method of the sortable object (http://api.jqueryui.com/sortable/). This method returns a string that you can send using a text input or a hidden one.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.