[jQuery] .find() works in 1.1.2 but not 1.0.4?

[jQuery] .find() works in 1.1.2 but not 1.0.4?


Hey guys... so I'm working on a new jCalendar plugin (an inline
calendar, verse a popup one, used both for input dates and displaying
a calendar) and I have one issue I just can't figure out:
var year = $(this).find('select.jcalendar-select-year');
[...]
year.find('option:eq(1)').val()
[...]
year.find('option:last').val()
Those 2 last lines with *.find(* are not working in 1.0.4 but work
great in 1.1.2. I can't for the life of me figure out how to make
that work in 1.0.4.
I'm trying to grab both the *first* and *last* select options in a
select.
Any ideas?
Thanks,
ted