jQuery(document).ready(function(){
jQuery(".ilgili-form input").change(function(){
jQuery(".ilgili-form").submit();
});
});