I'm trying to implement 3 nested dropdowns and I can not get it to work properly.
the onchange event works fine but for example where I want to edit
the onload event of the third nested doesn't work as it depends on the second dropdown and it depends on the first. Is it possible to do it?
Thanks a lot.
Best regards
1 Answers
Refer this demo and code.
It uses 3 level dependent dropdowns.
Demo: http://www.phpgrid.org/demo/demos/appearance/dropdown-dependent-2.php
Code: http://www.phpgrid.org/demo/demos/appearance/dropdown-dependent-2.phps
Your Answer