Good Evening everyone, sorry for any english mistakes first.
I got a working jquery chosen plugin populate with my field 'estado'(or province).
What i need is to populate another jquery chosen plugin with the respective cities of that state(province, not sure about the term anyway...).
This must be done using ajax, and php server side script
I found this topic, but dont match my needs since i'm new at jquery and jquery chose
Jquery Chosen plugin - dynamically populate list by Ajax
heres the picture of my page
So basicaly thats it i need to populate the second ul fields with data
heres a terrible fiddle of the plain html code if anyone can find helpful