Created by: rafaelks
Just call a trigger called "toggled" when a button in the button-bar is toggled.
To listen the trigger, just have to do it:
$(%button%).bind("toggled", function() { // YOUR CODE });
Created by: rafaelks
Just call a trigger called "toggled" when a button in the button-bar is toggled.
To listen the trigger, just have to do it:
$(%button%).bind("toggled", function() { // YOUR CODE });