Multiple level category drop-down three levels is not working
Already was resolve my problem and the cause is because the component was created dinamically, the solution is use .on(“change”, instead .change(function(). I share the code of Ján Bočínec with the modification to use three dropdownlist or more. //Parent child con ajax function parent_child_cat_select() { ?> <script type=”text/javascript”> /* <![CDATA[ */ jQuery(document).ready(function() { //segundo drop … Read more