有谁知道如何从SQL DB填充以下select选项: var sel = document.createElement('select'); sel.options[0] = new Option('text zero', 'value0');
sel.options[1] = new Option('text one&
我遇到了一个问题,在ajax调用完全完成之后,我想在哪里更新数据库。为了找到我想要更新数据库的值,我必须发出一个SOAP调用(或服务器请求),这需要一些时间。我想使用在ajax调用中找到的值,然后将其存储在我的数据库中。// # means an id, but a . would mean a class
// .html means replace the html of id with th