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
Use this instead:
$("#coordX_0").val("123");