[jQuery] Re: changing the order of alist

2007-09-12 Thread GianCarlo Mingati
Hi Renaud, http://www.gcmingati.net/wordpress/wp-content/lab/jquery/cycle/na3cycle.html it works. Basically just styling the markup in an appropriate way, and using the jquery.cycle plugin i want to realize a jqueryfied version of slideshowpro (the flash component). This is just a test to see if

[jQuery] Re: changing the order of alist

2007-09-06 Thread Renaud
On 6 sep, 09:02, GianCarlo Mingati <[EMAIL PROTECTED]> wrote: > ok, it is better to have the images in an array, and then construct > the list. > But is there a way with jquery of changing the order of a list? > GC Here is the jQuery method version: jQuery.fn.extend({ scramble : function() {

[jQuery] Re: changing the order of alist

2007-09-06 Thread GianCarlo Mingati
Thanks i'll try that and report back. I want to use such function as an option for my slideViewer plugin wich basically creates a way to slide a set of images contained in an unordered list. Since the list is static (the first one is the first you see in the gallery) i thought it would be nice to

[jQuery] Re: changing the order of alist

2007-09-06 Thread Renaud
On 6 sep, 09:02, GianCarlo Mingati <[EMAIL PROTECTED]> wrote: > ok, it is better to have the images in an array, and then construct > the list. > But is there a way with jquery of changing the order of a list? > GC Here is a idea. That's a function based on the fisher-yates shuffle (thanks to per

[jQuery] Re: changing the order of alist

2007-09-06 Thread GianCarlo Mingati
ok, it is better to have the images in an array, and then construct the list. But is there a way with jquery of changing the order of a list? GC On Sep 6, 11:47 am, GianCarlo Mingati <[EMAIL PROTECTED]> wrote: > HI all. > If possible i would like to have some advice on how to randomize the > ord