I understand the question beaten. But I did not find a clear answer. There is such a simple code:
$(document).ready(function () { $("#client_1").on("click", function () { alert('test'); }); }); <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <select> <option id='client_1'>Click me</option> </select> Everything works fine in firefox and IE, but it doesn't work in chrome. Jquery latest version is connected, there are no errors in the console, the files are all connected ... I don’t mind where to go.