I have many options in my dropdownlist like:
it\'s me
I n
val() should handle both cases
it's me $('select').val('1'); // selects "it's me" $('select').val("it's me"); // also selects "it's me"