Hi,
I'm trying to implement chained filter dropdown using just javascript - jquery.
The solution I need is http://www.codeassembly.com/Simple-chained-combobox-plugin-for-jQuery.
However I can't use this solution as it depends on a PHP file. Are there ways to implement this solely using javascript (client and/or serverside)?
Many Thanks