[jQuery] Re: sortable links

2008-10-29 Thread andre
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.

[jQuery] Re: sortable links

2008-10-16 Thread Adam
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/ even

[jQuery] Re: sortable links

2008-10-16 Thread Adam
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/ even

[jQuery] Re: sortable links

2008-10-16 Thread Adam
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/ even

[jQuery] Re: sortable links

2008-10-13 Thread Andy Matthews
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 have

[jQuery] Re: sortable links

2008-10-13 Thread MorningZ
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();

[jQuery] Re: sortable links

2008-10-13 Thread Andy Matthews
, 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 anywhere when clicking on a link

[jQuery] Re: sortable links

2008-10-13 Thread MorningZ
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

[jQuery] Re: sortable links

2008-10-13 Thread Adam
: 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 anywhere when clicking on a link, then why use a link? On Oct 13, 9:50 am, Adam [EMAIL

[jQuery] Re: sortable links

2008-10-13 Thread MorningZ
, October 13, 2008 9:04 AM To: jQuery (English) Subject: [jQuery] Re: sortable links 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

[jQuery] Re: sortable links

2008-10-13 Thread Adam
: 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 anywhere when clicking on a link, then why use a link? On Oct 13, 9:50 am, Adam [EMAIL

[jQuery] Re: sortable links

2008-10-13 Thread MorningZ
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 Behalf Of MorningZ Sent: Monday, October 13, 2008 9:04 AM To: jQuery (English) Subject: [jQuery] Re: sortable links

[jQuery] Re: sortable links

2008-10-13 Thread Alexandre Plennevaux
technically 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