0

这在我的“实时”系统中有效,但在我将其粘贴到 Jsfiddle 时无效。当我更改选择时,该函数没有被调用。为什么?

http://jsfiddle.net/uEQg2/1/

function InsertPrice(Variante) {
document.getElementById('pricebox-right').innerHTML = 'US $ ' + Variante;
return true; }
4

0 回答 0