hello all,

I'm trying to figure out how to obtain attributes from the received
items
and I keep getting undefined  could some please point me in the right
direction ?

Here is what I have

<script type="text/javascript">
        $(document).ready(function(){
                $("#hottopic, #hidden").sortable({
                        connectWith: ['.connectedSortable'],
                        receive: function(e,ui) {
                                 alert("received " + $(ui).attr('id'));
                        }
                });
        });
</script>

thanks for any help
Mean Mike

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to