[jQuery] Sortable , serialize and disable item

[jQuery] Sortable , serialize and disable item


hey. i need help
i got here a sortable list, and i want to make couple of things:
1. once the order is changes, serialize the new list so i can get array to
work with php (ie.
navigation_menu[1]=homepage&navigation_menu[2]=homepage&navigation_menu[1]=our
story&navigation_menu[1]=party ... etc. )
2. option to disable/enable item: if user clicks on the image
"/en/images/icons/close.gif" , then move this LI to the bottom and disable
it so once its serialize it will not take him in array or just mark it with
a flag like &navigation_menu[disabled]=homepage ....
(the reason i dont post also the JS code that i did is that its not seems to
work, if you want i can paste the javascript that i did so far )
anyone can help?
<code>
<div id="contents-700-left">
<ul id="Navigation_Menu_UL">
<li class="Navigation_Menu" id="1">Homepage
/en/images/icons/close.gif </li>
<li class="Navigation_Menu" id="2">Our story
/en/images/icons/close.gif </li>
<li class="Navigation_Menu" id="3">party /en/images/icons/close.gif
</li>
<li class="Navigation_Menu" id="4">Directions
/en/images/icons/close.gif </li>
</ul>
</div>
</code>
--
View this message in context: http://www.nabble.com/Sortable-%2C-serialize-and-disable-item-tf4191135s15494.html#a11918800
Sent from the JQuery mailing list archive at Nabble.com.