$(document).ready(function(){ $("select[name='arrival_type']").val('airport').change(); $("#destination_from").val('Athens Airport '); $("input[name=destination_from_h]").val('5').change(); });