Glad you figured it out. Thanks for the update. - Richard
On Wed, Feb 4, 2009 at 11:06 AM, Mean Mike <[email protected]> wrote: > > Never mind I figured it out LOL I was really close here is thee > corrected version > > <script type="text/javascript"> > $(document).ready(function(){ > $("#hottopic, #hidden").sortable({ > connectWith: ['.connectedSortable'], > receive: function(e,ui) { > alert("received " + $(ui.item).attr > ('id')); > } > }); > }); > </script> > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
