Interesting...I'll have to figure out a way to adapt that to my typical design:
Name of Agent Update Delete With links on the Update and Delete words to the update and delete pages. And these are usually in a table row...one row for each agent, spawned by the loop of a query. Can the class on the li, "sortableitem", be put on a table row? And drag the entire table row? Or will I have to resort to some kind of table-less design for this to work? Rick -----Original Message----- From: Michael E. Carluen [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 4:14 PM To: CF-Talk Subject: RE: How to re-order items? Hi Rick, Based on the js below, you can simple create a ul like <ul> <cfloop query="get_realtor_by_seniority""> <li class="sortableitem" id="sortrealtor#realtor_id#">#realtor_name#</li> </cfloop> </ul> I did not test the above, but the html would be along those lines. Michael ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269712 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

