I was working on a new form with 9.1 on a test environment and I want to get the current value of a field that was changed when it started the javascript function.
In 9.0 I was able to use $(this).val(); to get a value of the current field, but in 9.1 it does not work. What changed? Is there a resource that will enlighten me as to the changes I should be aware of between the two versions?