I\'ve got a page with a variable number of elements (which explains why I\'m using event delegation here). When the user changes the selected opt
Add this lines to your page head, Sit back and relax! :)
$(document).ready(function(){$('select').bind('onChange',function(){$(this).blur()});});