I have the following select:
12:00 am&
var index = -1; $('#end option').each(function(i, option) { if (option.selected) index = i; });
A little ugly but I think that'd work.