$(document).ready(function(event) { $('select').on('mouseenter','option',function(e) { alert(); }); });