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
For a simple jQuery plugin that doesn’t need any other datasource or data file. You can use:
http://code.google.com/p/jquery-option-tree/
All the options get defined in the JS code, hopefully you wont have a large dataset.