Well, I have the really super simple stuff in jsfiddle. I am experimenting to make sure I can do it right in jquery first before I have to dynamically generate the jquery in C#. Basically the jQuery is suppose to populate an html based on values in an array.
You can view the fiddle here http://jsfiddle.net/KwVty/
This is what I have so far. But its not working.
var makes = new array();
makes[0] = 'HOONDA';
makes[1] = 'MEETSUBITCHE';
makes[2]= 'NEWSMOBILE';
makes[3]= 'FJORD';
for(var i=0; i<makes.length; i++)
{
$('#2').append('<option value=1>'+makes[i]+'</option>');
}
And in the HTML:
<select id="2" multiple="multiple">
<option> 10</option>
</select>
/1/"+i+"/Arrayhas an uppercaseA, not a lowercasea.arraynot being defined.