How to modify this script (or write/link to another):
http://www.codeassembly.com/Simple-chained-combobox-plugin-for-jQuery/
to:
1. when I click 1st option -> 2nd option shows, with the specified select list;
when I click 2nd option -> 3rd option shows, with the specified select list;
etc.
2. for ex. in the 3rd option list is option: > more; when it's clicked below shows input text field with description
--------------------------
-------
How to do a select list, which - when I click for ex. 1 option (e.g. category), below will show form with 3 input fields with description ?
Please help.
ASKER