Javascript question - custom HTML
Confluence User - 11 Nov, 2019
Greetings - I have javascript question, so excuse the lack of programming language.
I am monitoring for text field changes and it works fine with the following snippet line:
...
$('input[name="status_current"], input[name="status_new"]').change( function(){
....
The "input" above doesnt work with select box where you change the value based on the dropdown value.
is there a different method I can use?
thanks
Tony
javascript;field;calculation;customhtml