I’m using the sortable function in jquery to sequence a faq list. Needless to say, i’m new to this concept. Anybody have any good examples of the backend for this. I have the front working fine, but updating the sequence in the database is another story. My backend is ColdFusion btw.
Thanks in advance
Define the faq:
Make faq sortable:
Form submitted:
Add sorted sequence to form
When form is submitted, field ‘faqs’ will contain comma separated id’s from #faq like this: q1,q3,q10,q11,q2,q100…
Just parse it and save to DB