I have a :
Use the nth-child selector. And put your code in a jQuery ready event listener. Try this:
ready
$(document).ready(function(){ $('ul.options_inner li:nth-child(3) a').trigger('click'); });