Which version of jQuery and jQuery UI worked for you? I tried with
jQuery 1.2.6 and jQuery UI 1.5.2 stable and 1.6rc2 and still have the
same issue.
I suspect it might be an issue with the version I was using. I
changed versions, and it works okay now without any hiccups.
thanks,
Adam
On Oct 13, 11:58 am, MorningZ <[EMAIL PROTECTED]> wrote:
> Hmmm... here's some example code i worked up really quick
>
> http://paste.pocoo.org/show/87852/
>
I suspect it might be an issue with the version I was using. I
changed versions, and it works okay now without any hiccups.
thanks,
Adam
On Oct 13, 11:58 am, MorningZ <[EMAIL PROTECTED]> wrote:
> Hmmm... here's some example code i worked up really quick
>
> http://paste.pocoo.org/show/87852/
>
I suspect it might be an issue with the version I was using. I
changed versions, and it works okay now without any hiccups.
thanks,
Adam
On Oct 13, 11:58 am, MorningZ <[EMAIL PROTECTED]> wrote:
> Hmmm... here's some example code i worked up really quick
>
> http://paste.pocoo.org/show/87852/
>
> are.
> >
> > > -Original Message-
> > > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED]
> On
> >
> > > Behalf Of MorningZ
> > > Sent: Monday, October 13, 2008 9:04 AM
> > > To: jQuery (English)
> > > Subject: [
the link itself.
>
> > > > Remember that a link isn't technically a list, but a group of li tags
> > are.
>
> > > > -Original Message-
> > > > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED]
> > On
>
> > > >
st, but a group of li tags are.
>
> -Original Message-
> From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
>
> Behalf Of MorningZ
> Sent: Monday, October 13, 2008 9:04 AM
> To: jQuery (English)
> Subject: [jQuery] Re: sortable links
>
> if you don
li tags are.
>
> > -Original Message-
> > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
>
> > Behalf Of MorningZ
> > Sent: Monday, October 13, 2008 9:04 AM
> > To: jQuery (English)
> > Subject: [jQuery] Re: sortable links
>
> > if
st, but a group of li tags are.
>
> -Original Message-
> From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
>
> Behalf Of MorningZ
> Sent: Monday, October 13, 2008 9:04 AM
> To: jQuery (English)
> Subject: [jQuery] Re: sortable links
>
> if you don
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 t
ically a list, but a group of li tags are.
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of MorningZ
Sent: Monday, October 13, 2008 9:04 AM
To: jQuery (English)
Subject: [jQuery] Re: sortable links
if you don't want the user to go anywher
btw, just in case you must use '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();
There's probably a "return false" option in the plugin options.
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Adam
Sent: Monday, October 13, 2008 8:50 AM
To: jQuery (English)
Subject: [jQuery] sortable links
Using the jquery UI plugin, I hav
13 matches
Mail list logo