是否可以从append / html函数中获取值

时间:2017-05-12 13:54:03

标签: javascript jquery

Html代码

<div id="price-tag"><i class="fa fa-inr"></i> <span id="price"></span></strong></div>

有一个java脚本函数,可以将值附加到范围

$("#price").html(Price);

现在我想得到价格 - java脚本代码

document.getElementById('price-tag').onclick = function(e){

alert(document.getElementById('price').value);
}

它返回undefined。 有没有办法获得价值?

0 个答案:

没有答案