Hi,
What does the $('#value_somefield') mean in the following javascript for setting the value of "somefield" from a radio button on sometable_edit page
java script: $('#value_somefield')[0].value='Street'; return true
I've searched a good bit for what "$('# " could mean but to no avail.
Appreciate any enlightenment on this.