Yes! It works also.


<ul id="sections" style="height:200px;width:200px">
<?foreach($sections as $section){?>
<li style="margin: 5px; padding: 0 5px; border:
1px solid #98aecb;" id="section_<?= $section['Section']['id']?>">
<? echo $section['Section']['name'].'
Position:'.$section['Section']['position']; ?></li>
<?}?>
</ul>

<?php
    echo $ajax->sortable('sections', array('url'=>'Order'));
?>

More loving cake!
Thanks buddy jmn2k1 !


"jmn2k1 写道:
"
> ups...
>
> Where I wrote:
> "the sortable don't work pretty well under IE.."
> I should write:
> "the sortable don't work pretty well WITH TABLES AND TRs under IE..."


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Cake PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to