jquery – The second change event of nested dropdown lists is not fired
Questions: I have one dropdown list with company names. A change() is placed on the select tag of that list. When the user chooses a company, I am doing an Ajax call to get the potential departments l...