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

 

 

 

> -----Original Message-----

> From: Rick Faircloth [mailto:[EMAIL PROTECTED]

> Sent: Tuesday, February 13, 2007 12:47 PM

> To: CF-Talk

> Subject: RE: How to re-order items?

> 

> I see the sample js code, but no HTML application examples...how would

> the following be implemented in the HTML?

> 

> $('ul').Sortable(

>     {

>           accept : 'sortableitem',

>           activeclass : 'sortableactive',

>           hoverclass : 'sortablehover',

>           helperclass : 'sorthelper',

>           opacity:    0.5,

>           fit : false

>     })

> 

> 

> 

> -----Original Message-----

> From: Michael E. Carluen [mailto:[EMAIL PROTECTED]

> Sent: Tuesday, February 13, 2007 3:12 PM

> To: CF-Talk

> Subject: RE: How to re-order items?

> 

> I used to use http://tool-man.org/examples/sorting.html before I found

> jQuery. You can check that out too... but it comes a little too many JS

> files to tweek.

> 

> The Interface plugin is pretty slam dunk with a bunch of other features.

> 

> Enjoy!

> 

> 

> 

> 

> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:269707
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to