Download This Plugin Back To jQueryScript
A lightweight jQuery cascading dropdown plugin that automatically filters select options based on what you choose in the previous dropdown.
This plugin creates dependencies where one field's options control others using logical operators:
& (AND),
| (OR), and
() (Grouping).
Select both Country AND City to see available hotels.
Services are available in multiple countries (e.g., USA or Canada).
Complex rule: (USA & Premium) OR Membership.
A complete vehicle configurator with mixed logic.