ParamQuery grid support forum
General Category => Help for ParamQuery Select => Topic started by: fred on November 08, 2016, 07:45:54 pm
-
Hi,
Is there a function that would allow me to detect when an option is selected and deselected
The plugin examples show the `onchange` function working but it does not detect when a checkbox is unselected.
-
When a checkbox is selected or unselected, it leads to change in value which can be detected in on('change', function(){} )
Example: http://jsfiddle.net/dLvx6u63/10/