It's because it's using the blur() event when it should be using the change() event.
http://docs.jquery.com/Events/change#fn
Binds a function to the change event of each matched element.
The change event fires when a control loses the input focus and its value has been modified since gaining focus.


LinkBack URL
About LinkBacks
Reply With Quote