I am trying to use jQuery to fill in a form with some default values.
The form is contained in a div which has an id. In fact every element has an id, I did so just t
Try this instead, using the val method:
$("#coordX_0").val('some string or number');