I hav a 5 radios and when it loads it runs
$("input[type='radio'][name='freq']")[1].trigger('change');
to activate the below function
(function() {
$("form#form1 input, form#form1 select").on('keyup change', function() {
alert('called')
}):
}).call(this);
But trigger('change') will not neither trigger('click')