How do you select a particular option in a SELECT element in jQuery?

JavaScript
$('.selDiv option:eq(1)')
Source

Also in JavaScript: