Quite Strange...!!

It doesn't work....
<div style="height:200px;">
<div style="float:left;">
<h3>This is the first list</h3>
 <ul id="firstlist"
style="height:200px;width:200px;">
<?php foreach ($topics as $topic): ?>
<li><?php echo $topic['Topic']['created'] ?></li>
<?php endforeach; ?>
</div>
</div>
<? echo $ajax->sortable ("firstlist",array()) ?

Last day was OK !!!
BUT now....
Error: Sortable is not defined
Source File: http://localhost/ck/topics
Line: 131

Why It Happen ???
I do nothing about this page....
Someone occur it before?


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Cake PHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to