I'm a bit lost on this with html5 -
The datasrc attribute on the select element is obsolete. Use script and a mechanism such as XMLHttpRequest to populate the page dynamically..
Does this mean that I will have to change everything into a ajax format?