populating drop down boxes
Hi Joe
I'm using your example as you code which works great with 2 options but when I add a third it doesn't seem to work?
i.e
{country: "USA", areas: ["Texas", "California", "Arizona"]}, //Default country to show
{country: "UK", areas: ["Devon", "Staffordshire", "London"]}
{country: "South Africa", areas: ["1", "2", "3"]}
Any ideas?
thanks
Adam
|