I have a Business requirement that, i have to filter off an option set values based up on another option set value
If
Type =CRM
Subtype Options :-
Data Request, Development ,Physician services , Provider Measure, Technical Support
If
Type = Administrative
Subtype Options :-
Assembly, leader training, printing ,resource center, supply, support , Webinar
If
IT
Subtype Options :-
Equipment request, IT support, security , users
how could i implement this using JavaScript






