When we use the method jQuery.Val( value ) over a DOM element to change its value.
Shouldn't the element dispatch an event informing that its value has changed? -I though the event 'change' was going to be dispatched.
If it shouldn't why?
When we use the method jQuery.Val( value ) over a DOM element to change its value.
Shouldn't the element dispatch an event informing that its value has changed? -I though the event 'change' was going to be dispatched.
If it shouldn't why?