jQuery(document).ready(function($){	
								
		 $(".selection").scrollectBox({
			preset: 'dropdown',
			numVisibleOptions: 4,
			scrollInterval: 150, 
			//onSelectEvent: selectEvent,
			scrollOn: 'hover',
			Width: 160
}).change(function() { 
     var optionvalue = $("option:selected", this).val();
     alert('Selected value ' + optionvalue); 
  });
});

This is a test message and this message should be translated on change of options of clone select menu. click here to view a working demo of original select menu.

Free Web Hosting