var next = false;
for (var i = 0; i < el.options.length; i++) {
if (next) {
...
JavaScript Check next option in select...
by Dmitry Polushkin,
January 25, 2009 15:04,
5 refactorings, tagged with select, options, increment, next
Could be written in plain j...