trigger( “change” ) when populate form previous page
-
can you add field.trigger( “change” ); on cf7msm.js line 60
I use custom input radio + css + js but i cant use
$(“input[type=’radio’]”).change(function() {
//code
}because (jquery doc)
Setting values using this method (or using the native value property) does not cause the dispatch of the change event. For this reason, the relevant event handlers will not be executed. If you want to execute them, you should call .trigger( “change” ) after setting the value.
The topic ‘trigger( “change” ) when populate form previous page’ is closed to new replies.