selectable and forms ?
selectable and forms ?
Hello all,
I am wondering how do I use selectable inside a form, that is, collect
the selected elements and send with the form data. I can think of
triggering on form submit:
$("#selectable li").each(... populate a hidden field here ...)
but it looks like an ugly hack to me. any advice ?
Thank you.
--