Hi... I've got a <ul> list where I add some <li>'s to be sortable... but i want to add two <li>'s at the end and *not* allow the user to move these around, yet have these <li>'s "look" like the rest to keep things consistant
right now i have like <ul class="C_Sortable"> <li class="ui-state-default">Sortable Item 1</li> <li class="ui-state-default">Sortable Item 2</li> <li class="ui-state-default">Sortable Item 3</li> <li class="ui-state-default">Locked Item 1</li> <li class="ui-state-default">Locked Item 2</li> </ul> Possible? -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.
