btw, just in case you must use <a>'s...

then maybe something like this would solve your issue

if (sortable functionality is active)
    $("#ID_of_Sortable_Container a").click(function() { return
false; });
else // sortable functionality is turned off
    $("#ID_of_Sortable_Container a").unbind();




On Oct 13, 10:03 am, MorningZ <[EMAIL PROTECTED]> wrote:
> if you don't want the user to go anywhere when clicking on a link,
> then why use a link?
>
> On Oct 13, 9:50 am, Adam <[EMAIL PROTECTED]> wrote:
>
> > Using the jquery UI plugin, I have setup a list of links (anchors) to
> > be sortable, but after I
> > sort an item, the link is executed, and I am taken to the web page for
> > that link.  Is there a way to setup the Sortable plugin to prevent
> > this from happening?

Reply via email to