elementor / elementor/elementor

onChange on input field does not fired

Open
#11,094 1 comment 0 reactions 0 assignees View on GitHub
mod/r* request/feature
Dominant language
PHP
Stars
7.1k
Forks
1.6k
Avg merge
1d 5h
Merged PRs (30d)
193

Description

Hi, I have an Elementor form with field id = '"form-field-your_traffic"

When I do:

jQuery( document ).ready(function() {
jQuery('#form-field-your_traffic').on('change',function(event){
alert('test');
})
});

Nothing happens.

When I use this with "standard fields" there is no problem with this.
DO I have to use a different trigger?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.