I have html select,
Use prependTo()
You might have meant this $('#myselect').prependTo($('my-option'));//typo?
$('#myselect').prepend($(''));
http://api.jquery.com/prependTo
http://api.jquery.com/prepend/
But your code is actually the other way around. This might be a typo. In any case, the methods available are prepend() and prependTo()