如何从传单添加LatLng到WordPress自定义字段?

时间:2015-06-22 01:08:11

标签: javascript wordpress leaflet

我用传单。我有一个从前端添加帖子的表单。我必须获取当前latlng坐标并将它们添加到WordPress自定义字段。我想我可以使用像这样的输入

document.write('<input type=\'text\' name=\'position\' value = \'' + latlng + '\'');

如何在变量中获取latlng

1 个答案:

答案 0 :(得分:0)

var positions = document.getElementsByName('position'); //the list of position
var position = positions[i] // the index of position in the document