This would do something else - I would not be able to sort those elements but I could still drag them with the mouse.. (after I release the mouse button the copy of the link slides back to its original position.. - this was the behavior I was trying to avoid)
On Jul 13, 11:54 am, Yanick <[email protected]> wrote: > This is definitly not a bug, and is very normal. You have to setup > your sortable correctly, that's all. Try something like > > $("#menu").sortable({ cancel: 'a[href]' }); > > But the best answer is always to RTFM ;) > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
