When I load html content using AJAX that includes a selected option, it is not rendered on the client.
For example
<option selected='selected'>text</option>
Now if I use
$("option [selected]")
I get empty result, but it works well in FireFox. I checked source code using Develper Tools and selected is not in the html content. That's weird!