[jQuery] Re: Move items between lists

2008-12-12 Thread frits1607
> http://plugins.jquery.com/project/jqMultiSelects Thank you Richard. This looks like a good starting point. Is there a similar plugin for re-ordering (not a sort, but using arrows)? Frits

[jQuery] Move items between lists

2008-12-12 Thread frits1607
Hello, I am looking for a UI element to move elements between lists, e.g. one list with all options, and a second list with options selected. An example of what I mean can be seen here: http://www.devx.com/getHelpOn/10MinuteSolution/16372/1954 Does jQuery provide functionality like this? If not,

[jQuery] Re: newbie: unfold form on checkbutton

2008-12-11 Thread frits1607
On Dec 11, 9:42 pm, ksun wrote: > I think I like this one better. Removed the anchor tag, and used > this.checked (DOM object) [...] I used this one. It looks elegant and works flawlessly Thank you.

[jQuery] Re: newbie: unfold form on checkbutton

2008-12-11 Thread frits1607
On Dec 11, 6:47 pm, Paul Mills wrote: > Hi, > > This selector looks a bit strange  $('a#period'). > > Can you post the relevant HTML code please. > > Paul Paul, It looks like this: set report period [] It looks a bit funny, but I do not know what is wrong.

[jQuery] newbie: unfold form on checkbutton

2008-12-11 Thread frits1607
Hello, I need to make a dynamic form. This morning I found jquery and this looks like the tool I need. My first challenge is unfolding part of a form on a checked checkbutton. The code I wrote does not work. Can someone point me in the right direction? $(function() { jQuery.fn.exte