$(document).ready(function(){$('select').each(function(){var s = $(this);s.width(s.width() + 12);});});