> Bump?  Sorry if I'm coming across as dense and/or lazy here.  A short
> example of what you're talking about would be great.

$('#mySelect').change(function() {
    var id = $('option:selected',this).attr('id);
    if(id == 'goto1')
    // and so on
});

Reply via email to