[jQuery] Re: Moving select box options up and down

2008-03-05 Thread Diddly Doo
Excellent. Thanks a lot! On Mar 5, 4:56 pm, Matt Kruse <[EMAIL PROTECTED]> wrote: > On Mar 5, 5:14 am, Diddly Doo <[EMAIL PROTECTED]> wrote: > > > >> a small amount of effort > > Easier said than done! If I made a donation to your site would you do > >

[jQuery] Re: Moving select box options up and down

2008-03-05 Thread Diddly Doo
>> a small amount of effort Easier said than done! If I made a donation to your site would you do it for me? Let me now how much. On Mar 5, 4:07 am, Matt Kruse <[EMAIL PROTECTED]> wrote: > On Mar 4, 5:44 pm, Diddly Doo <[EMAIL PROTECTED]> wrote: > > > I wonder if

[jQuery] Moving select box options up and down

2008-03-04 Thread Diddly Doo
I wonder if anyone has some sample code or plugin for moving select box options up and down using jQuery. Similar to this: http://www.breakingpar.com/bkp/home.nsf/0/87256B280015193F87256C5F00602363 Thanks!

[jQuery] Re: Listbox values > text box

2007-09-24 Thread Diddly Doo
Yeah, I'm trying to add all the values from the listbox to the hidden box. The box is type="hidden". I think we need some kind of loop possibly to get all the values.

[jQuery] Listbox values > text box

2007-09-11 Thread Diddly Doo
I've some HTML as below. I'm trying to work out a function to transfer the values in the listbox to the text box. So, the value of the hidden box would be 1,2,3 Item 1 Item 2 Item 3 This is what I've got so far, not quite right though. $(function() {