I have an input box (FieldTest) on HTML page, and a javascript function that invoked when the value of the input box is changed.
When changing the value of the input box manually, then the function is triggered, but when I change that by jquery $("#FieldTest").val('Some Text'); Then the onchange function is not triggered!
Any Idea??