is there anyway i could trigger a change event on select box on page load and select a particular option.
Also the function executed by adding the trigger after bin
$('#edit_user_details').find('select').trigger('change');
It would change the select html tag drop-down item with id="edit_user_details".
id="edit_user_details"