看看我的代码(html)
https://gist.github.com/anonymous/fe487daffffc42d2b4c2
看看我的代码(javascript)
https://gist.github.com/anonymous/20394ea4684df7ff0b43
为什么我无法获取电话号码字段的值?
答案 0 :(得分:1)
变化:
phone = $('#phonenumber').val();
为:
phone = $('#phonenmber').val();
您想要询问<input>
而不是<div>
的价值。