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
Just write:
$("#coordX_0").val(123);
In jQuery, text is a function to extract text in dom.
jQuery
text