这在我的“实时”系统中有效,但在我将其粘贴到 Jsfiddle 时无效。当我更改选择时,该函数没有被调用。为什么?
function InsertPrice(Variante) {
document.getElementById('pricebox-right').innerHTML = 'US $ ' + Variante;
return true; }
这在我的“实时”系统中有效,但在我将其粘贴到 Jsfiddle 时无效。当我更改选择时,该函数没有被调用。为什么?
function InsertPrice(Variante) {
document.getElementById('pricebox-right').innerHTML = 'US $ ' + Variante;
return true; }