Reputation: 707
I have a radio button that bind to change event and check it's value. But when that radio button was also bind with on click for disable, it's still invoke change event with clicked value.
How can i fix this problem so it won't call change
or call change
without value of clicked radio button.
Thank you in advance.
Upvotes: 0
Views: 315