loadJSON plugin - Select not populating
I'm truly hoping someone has experience with this issue or has a suggestion.
loadJSON is populating all form fields except the select box. It is setting the value passed from the json in <select name="CustomerState" value="CA"> I'm certain the name field is correct, ie same as field returned by JSON.
I am using jQuery 1.9.1 I noticed loadJSON is using 1.6.4.
I am using loadJSON 1.0, I tried 1.2.5 but it would not work at all.
If I can't get loadJSON to populate my selects I'm thinking I could use an onChange method of some sort to set the correct selected item.
Any thoughts or ideas would be very appreciated.