Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check the select value on change #7

Open
devaliere opened this issue Jul 21, 2021 · 0 comments
Open

check the select value on change #7

devaliere opened this issue Jul 21, 2021 · 0 comments

Comments

@devaliere
Copy link

I'd like to chek the select value with jquery in change.
I code this little js for this :

$('state_' + index).on('change', function() { alert( $(this).find(":selected").val() ); });

But it doesn't seem to work.
Any tips please ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant