I understand this is an easy question but for some reason this just isn\'t working for me. I have a function that is triggered everytime a drop down menu is changed. Here
Use jQuery.prototype.val to get/set field values:
jQuery.prototype.val
var value = $('#doc_title').val(); // get value $('#doc_title').val(''); // clear value