I am trying to create a Drop down list, that when a user holds the SHIFT key, it will select the same index on all other drop down lists.
Currently, I am doing the f
Your syntax looks incorrect.
$("#target").keydown(function() { alert( "Handler for .keydown() called." ); });