Why jQuery.val( value ) does not dispatch any event from the DOM element?

Viewed 5192

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?

Live Demo

1 Answers
Related