Pasteur Miranda
Posts: 0
Joined: Thu Aug 01, 2013 2:59 am

Change value does not fire value change event

Hi,

I have a toggle in my UI. I change its value using this command: Appery("togmon").val("on"). I expected the toggle "togmon" valuechange event to be invoked after this command, but it doesn't happen. What is the problem? Is there any other way of explicitly fire the valuechange event?

Thanks, Pasteur Jr.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Change value does not fire value change event

Hi,

This should help you:
codeAppery("togmon").val("on").change();/code

Pasteur Miranda
Posts: 0
Joined: Thu Aug 01, 2013 2:59 am

Change value does not fire value change event

Thanks katya, it worked! Pasteur Jr.

Return to “Issues”