Check this out: http://200.169.53.89:8080/WebApplication/Test/teste.html

I'm using the plugin jquery.select.js from
http://www.texotela.co.uk/code/jquery/select/, but I modified some lines of
the code.


On 4/13/07, Larry Garfield <[EMAIL PROTECTED]> wrote:



Thanks Karl!  I'm afraid that's not working either.  I'm actually
manipulating a multi-value select box, not single value.  That's where the
redraw problem is happening.

Current snapshot of what I'm doing is here:

http://www.garfieldtech.com/jsdemo/pullbox/test1.html

The behavior in Firefox is almost exactly what I want.  The behavior in IE
is all kindsa broken.

Any suggestions?

--Larry Garfield

On Fri, 13 Apr 2007 12:46:51 -0400, Karl Swedberg <[EMAIL PROTECTED]>
wrote:
>
> On Apr 13, 2007, at 12:22 PM, Larry Garfield wrote:
>> Not yet.  Honestly, I kept having problems with the :selected style
>> syntax.  It never matched elements for me.  That's why I switched
>> to using [EMAIL PROTECTED], which someone in #jQuery suggested (I don't
>> recall who).  I'll give that a try this afternoon and see if it
>> works. :-)
>
> sounds good.
>
> I had a few minutes during lunch, so I put together a little test
> page, and it worked just fine in IE6:
>
>       http://test.learningjquery.com/selects.htm
>
> I bound it to the onchange event, so my code looks like this:
>
> $(document).ready(function() {
>    $('#selectbox_from').change(function() {
>      $('#selectbox_from :selected').remove().appendTo('#selectbox_to');
>    });
> });
>
>
>
> --Karl
> _________________
> Karl Swedberg
> www.englishrules.com
> www.learningjquery.com
>
>
>
>
>
>


Reply via email to