> Now for Part 2 of the lesson. :)
>
> // remove selected items from the #mySelect element
> var oRemoved = $("option:selected", oSelect).remove();
>

That's the ticket!  I had just finished caching the #mySelect
reference like that, and was just trying to figure out how to make
that call, but couldn't get my head wrapped around the syntax.

I whacked a whole bunch of lines of code from the very first go
'round, I can tell you that.

Geez, somebody ever sees this, they might actually mistake me for
somebody who knows what they are doing ;)

Thanks again.

Jeff



Reply via email to