The below code works in Chrome but not Safari.
var some_input = $("input[name$='/some_input']");
some_input.prop('required', true);
Could you please explain how to fix it?
The below code works in Chrome but not Safari.
var some_input = $("input[name$='/some_input']");
some_input.prop('required', true);
Could you please explain how to fix it?