View Full Version : Change event in Checkbox not working
nyklogistics
22 Jun 2009, 12:57 AM
The change event is not fired when I click on the radio box or checkbox.
It is fired onblur as on any other field.
crazycatlady
22 Jun 2009, 7:29 AM
The change event used to fire when you clicked a checkbox/radio, but with the upgrade they changed that functionality. Now you need to call
setFireChangeEventOnSetValue(true) on your checkbox so that it behaves like before. I'm not sure why the moderator could not have just told you that instead of responding as if this was always the functionality for this type of field.
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.