I have trouble to figure out how to write that code... I have chained select menu up to 3 levels meaning three menu's relate to auction site.
EACH LEVELS MENUS comes with id number and item name for sample...
menu one (first level)
id-number item-name
---------------------------
20 ipad
21 iphone
menu two (second level)
id-number item-name
--------------------------
25 ipad - 4
39 ipad - 5
id-number item-name
-------------------------
52 16gb
38 32gb
So I want to give member another option by input categories id number instead of selecting from menu by add new text field.
For sample if I selected ipad ---> ipad - 4 ---> 32gb (see above list) than that mean categories number is 202538 ( combines all Id's number). That mean that i have another options is that to put categories id number instead of selecting from menu to show items name.
My question is how can I write that code in php or jquery to input categories number like 202538 and then show items number after input categories number!
please help thanks.