It would be very nice if it was possible to do another action than .include when a rule is checked. Eg.
- select a specific option in select
- set a value in input
- remove options in select
This could be achieved by adding a javascript callback, such as:
myRule.callback(some javascript function);
What do you think?