I have a page that has various select elements.
if i change a select (say the third one down), i want to select all elements (selects) from that point onwards:
i tried:
$j(id).nextAll('select').each(function(index) {}
but that doesn't work (selects nothing)